Shades of Fiji Green #5C6421
Tints of Fiji Green #5C6421
RGB
CMYK
RGB Variations
Color information
#5C6421 (or 0x5C6421) is known color: Fiji Green. HEX triplet: 5C, 64 and 21. RGB value is (92,100,33). Sum of RGB (Red+Green+Blue) = 92+100+33=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6421 is #A39BDE. Grayscale: #5A5A5A. Windows color (decimal): -10722271 or 2188380. OLE color: 2188380.
HSL color Cylindrical-coordinate representation of color #5C6421: hue angle of 67.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C6421 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 100 | 33 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.61 |
| HSL | 67.16º | 0.5% | 0.26% | - |
| HSV(B) | 67.16º | 0.67% | 0.39% | - |
| XYZ | 9.25 | 11.5 | 3.17 | - |
| YUV | 89.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 33 | 0.08 | 0 | 0.67 | 0.61 | 67.16 | 0.5 | 0.26 |
| Hex | 5C | 64 | 21 | 8 | 0 | 43 | 3D | 43 | 32 | 1A |
| Octal | 134 | 144 | 41 | 10 | 0 | 103 | 75 | 103 | 62 | 32 |
| Binary | 1011100 | 1100100 | 100001 | 1000 | 0 | 1000011 | 111101 | 1000011 | 110010 | 11010 |
Color Harmonies of #5C6421
Complementary color
Monochromatic Colors of #5C6421
Black with #5C6421
Text Example
Text Example
White with #5C6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6421; }
p { color: rgb(92,100,33); }
H1.HeaderClassName
{
color: #5C6421;
}
.AnyTagClassName
{
color: #5C6421;
}
</style>
background-color css
<style>
a { background-color: #5C6421; }
a { background-color: rgb(92,100,33); }
div.DivClassName
{
background-color: #5C6421;
}
.BgClassName
{
background-color: #5C6421;
}
</style>
border-color css
<style>
span { border-color: #5C6421; }
span { border-color: rgb(92,100,33); }
td.TdClassName
{
border-color: #5C6421;
}
.TagClassName
{
border-color: #5C6421;
}
</style>