#5A6D03

Color #5A6D03 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5A6D03

Tints of Fiji Green #5A6D03

Color information

#5A6D03 (or 0x5A6D03) is unknown color: approx Fiji Green. HEX triplet: 5A, 6D and 03. RGB value is (90,109,3). Sum of RGB (Red+Green+Blue) = 90+109+3=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6D03 is #A592FC. Grayscale: #5B5B5B. Windows color (decimal): -10851069 or 224602. OLE color: 224602.

HSL color Cylindrical-coordinate representation of color #5A6D03: hue angle of 70.75º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A6D03 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB901093-
CMYK0.1700.970.57
HSL70.75º94.64%21.96%-
HSV(B)70.75º97.25%42.75%-
XYZ9.713.122.11-
YUV91.2478.21127.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 44.55%
GREEN value IS 109 (42.97% from 255) = 53.96%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=44.55%
G=53.96%
B=1.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9010930.1700.970.5770.7594.6421.96
Hex5A6D31106139475f16
Octal13215532101417110713726
Binary101101011011011110001011000011110011000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6D03; }

 p { color: rgb(90,109,3); }

 H1.HeaderClassName
 {
   color: #5A6D03;
 }
 .AnyTagClassName
 {
   color: #5A6D03;
 }
</style>
background-color css

<style>
 a { background-color: #5A6D03; }

 a { background-color: rgb(90,109,3); }

 div.DivClassName
 {
   background-color: #5A6D03;
 }
 .BgClassName
 {
   background-color: #5A6D03;
 }
</style>
border-color css

<style>
 span { border-color: #5A6D03; }

 span { border-color: rgb(90,109,3); }

 td.TdClassName
 {
   border-color: #5A6D03;
 }
 .TagClassName
 {
   border-color: #5A6D03;
 }
</style>