Shades of Fiji Green #5C7421
Tints of Fiji Green #5C7421
RGB
CMYK
RGB Variations
Color information
#5C7421 (or 0x5C7421) is known color: Fiji Green. HEX triplet: 5C, 74 and 21. RGB value is (92,116,33). Sum of RGB (Red+Green+Blue) = 92+116+33=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7421 is #A38BDE. Grayscale: #636363. Windows color (decimal): -10718175 or 2192476. OLE color: 2192476.
HSL color Cylindrical-coordinate representation of color #5C7421: hue angle of 77.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C7421 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 33 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.55 |
| HSL | 77.35º | 0.56% | 0.29% | - |
| HSV(B) | 77.35º | 0.72% | 0.45% | - |
| XYZ | 10.93 | 14.88 | 3.73 | - |
| YUV | 99.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 33 | 0.21 | 0 | 0.72 | 0.55 | 77.35 | 0.56 | 0.29 |
| Hex | 5C | 74 | 21 | 15 | 0 | 48 | 37 | 4D | 38 | 1D |
| Octal | 134 | 164 | 41 | 25 | 0 | 110 | 67 | 115 | 70 | 35 |
| Binary | 1011100 | 1110100 | 100001 | 10101 | 0 | 1001000 | 110111 | 1001101 | 111000 | 11101 |
Color Harmonies of #5C7421
Complementary color
Monochromatic Colors of #5C7421
Black with #5C7421
Text Example
Text Example
White with #5C7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7421; }
p { color: rgb(92,116,33); }
H1.HeaderClassName
{
color: #5C7421;
}
.AnyTagClassName
{
color: #5C7421;
}
</style>
background-color css
<style>
a { background-color: #5C7421; }
a { background-color: rgb(92,116,33); }
div.DivClassName
{
background-color: #5C7421;
}
.BgClassName
{
background-color: #5C7421;
}
</style>
border-color css
<style>
span { border-color: #5C7421; }
span { border-color: rgb(92,116,33); }
td.TdClassName
{
border-color: #5C7421;
}
.TagClassName
{
border-color: #5C7421;
}
</style>