#5A6417

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

Shades of Fiji Green #5A6417

Tints of Fiji Green #5A6417

Color information

#5A6417 (or 0x5A6417) is unknown color: approx Fiji Green. HEX triplet: 5A, 64 and 17. RGB value is (90,100,23). Sum of RGB (Red+Green+Blue) = 90+100+23=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6417 is #A59BE8. Grayscale: #585858. Windows color (decimal): -10853353 or 1533018. OLE color: 1533018.

HSL color Cylindrical-coordinate representation of color #5A6417: hue angle of 67.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A6417 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB9010023-
CMYK0.1000.770.61
HSL67.79º62.6%24.12%-
HSV(B)67.79º77%39.22%-
XYZ8.9311.352.53-
YUV88.2391.19129.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.25%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 23 (9.38% from 255) = 10.80%
R=42.25%
G=46.95%
B=10.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90100230.1000.770.6167.7962.624.12
Hex5A6417A04D3D443f18
Octal13214427120115751047730
Binary1011010110010010111101001001101111101100010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,100,23); }

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

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

 a { background-color: rgb(90,100,23); }

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

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

 span { border-color: rgb(90,100,23); }

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