#5A6619

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

Shades of Fiji Green #5A6619

Tints of Fiji Green #5A6619

Color information

#5A6619 (or 0x5A6619) is unknown color: approx Fiji Green. HEX triplet: 5A, 66 and 19. RGB value is (90,102,25). Sum of RGB (Red+Green+Blue) = 90+102+25=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6619 is #A599E6. Grayscale: #595959. Windows color (decimal): -10852839 or 1664602. OLE color: 1664602.

HSL color Cylindrical-coordinate representation of color #5A6619: hue angle of 69.35º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A6619 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB9010225-
CMYK0.1200.750.6
HSL69.35º60.63%24.9%-
HSV(B)69.35º75.49%40%-
XYZ9.1411.752.71-
YUV89.6391.52128.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=41.47%
G=47.00%
B=11.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal90102250.1200.750.669.3560.6324.9
Hex5A6619C04B3C453d19
Octal13214631140113741057531
Binary1011010110011011001110001001011111100100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,25); }

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

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

 a { background-color: rgb(90,102,25); }

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

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

 span { border-color: rgb(90,102,25); }

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