Shades of Fiji Green #5C6419
Tints of Fiji Green #5C6419
RGB
CMYK
RGB Variations
Color information
#5C6419 (or 0x5C6419) is known color: Fiji Green. HEX triplet: 5C, 64 and 19. RGB value is (92,100,25). Sum of RGB (Red+Green+Blue) = 92+100+25=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6419 is #A39BE6. Grayscale: #595959. Windows color (decimal): -10722279 or 1664092. OLE color: 1664092.
HSL color Cylindrical-coordinate representation of color #5C6419: hue angle of 66.4º 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 #5C6419 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 100 | 25 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.61 |
| HSL | 66.4º | 0.6% | 0.25% | - |
| HSV(B) | 66.4º | 0.75% | 0.39% | - |
| XYZ | 9.15 | 11.46 | 2.65 | - |
| YUV | 89.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 25 | 0.08 | 0 | 0.75 | 0.61 | 66.4 | 0.6 | 0.25 |
| Hex | 5C | 64 | 19 | 8 | 0 | 4B | 3D | 42 | 3C | 19 |
| Octal | 134 | 144 | 31 | 10 | 0 | 113 | 75 | 102 | 74 | 31 |
| Binary | 1011100 | 1100100 | 11001 | 1000 | 0 | 1001011 | 111101 | 1000010 | 111100 | 11001 |
Color Harmonies of #5C6419
Complementary color
Monochromatic Colors of #5C6419
Black with #5C6419
Text Example
Text Example
White with #5C6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6419; }
p { color: rgb(92,100,25); }
H1.HeaderClassName
{
color: #5C6419;
}
.AnyTagClassName
{
color: #5C6419;
}
</style>
background-color css
<style>
a { background-color: #5C6419; }
a { background-color: rgb(92,100,25); }
div.DivClassName
{
background-color: #5C6419;
}
.BgClassName
{
background-color: #5C6419;
}
</style>
border-color css
<style>
span { border-color: #5C6419; }
span { border-color: rgb(92,100,25); }
td.TdClassName
{
border-color: #5C6419;
}
.TagClassName
{
border-color: #5C6419;
}
</style>