Shades of Fiji Green #5A6419
Tints of Fiji Green #5A6419
RGB
CMYK
RGB Variations
Color information
#5A6419 (or 0x5A6419) is known color: Fiji Green. HEX triplet: 5A, 64 and 19. RGB value is (90,100,25). Sum of RGB (Red+Green+Blue) = 90+100+25=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6419 is #A59BE6. Grayscale: #585858. Windows color (decimal): -10853351 or 1664090. OLE color: 1664090.
HSL color Cylindrical-coordinate representation of color #5A6419: hue angle of 68º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A6419 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 100 | 25 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.61 |
| HSL | 68º | 0.6% | 0.25% | - |
| HSV(B) | 68º | 0.75% | 0.39% | - |
| XYZ | 8.95 | 11.36 | 2.64 | - |
| YUV | 88.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 25 | 0.10 | 0 | 0.75 | 0.61 | 68 | 0.6 | 0.25 |
| Hex | 5A | 64 | 19 | A | 0 | 4B | 3D | 44 | 3C | 19 |
| Octal | 132 | 144 | 31 | 12 | 0 | 113 | 75 | 104 | 74 | 31 |
| Binary | 1011010 | 1100100 | 11001 | 1010 | 0 | 1001011 | 111101 | 1000100 | 111100 | 11001 |
Color Harmonies of #5A6419
Complementary color
Monochromatic Colors of #5A6419
Black with #5A6419
Text Example
Text Example
White with #5A6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6419; }
p { color: rgb(90,100,25); }
H1.HeaderClassName
{
color: #5A6419;
}
.AnyTagClassName
{
color: #5A6419;
}
</style>
background-color css
<style>
a { background-color: #5A6419; }
a { background-color: rgb(90,100,25); }
div.DivClassName
{
background-color: #5A6419;
}
.BgClassName
{
background-color: #5A6419;
}
</style>
border-color css
<style>
span { border-color: #5A6419; }
span { border-color: rgb(90,100,25); }
td.TdClassName
{
border-color: #5A6419;
}
.TagClassName
{
border-color: #5A6419;
}
</style>