#5A6E04

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

Shades of Fiji Green #5A6E04

Tints of Fiji Green #5A6E04

Color information

#5A6E04 (or 0x5A6E04) is unknown color: approx Fiji Green. HEX triplet: 5A, 6E and 04. RGB value is (90,110,4). Sum of RGB (Red+Green+Blue) = 90+110+4=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6E04 is #A591FB. Grayscale: #5C5C5C. Windows color (decimal): -10850812 or 290394. OLE color: 290394.

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

Color convert

RGB901104-
CMYK0.1800.960.57
HSL71.32º92.98%22.35%-
HSV(B)71.32º96.36%43.14%-
XYZ9.8113.332.17-
YUV91.9478.37126.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 110 (43.36% from 255) = 53.92%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=44.12%
G=53.92%
B=1.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9011040.1800.960.5771.3292.9822.35
Hex5A6E41206039475d16
Octal13215642201407110713526
Binary1011010110111010010010011000001110011000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,4); }

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

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

 a { background-color: rgb(90,110,4); }

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

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

 span { border-color: rgb(90,110,4); }

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