Shades of Fiji Green #5C7213
Tints of Fiji Green #5C7213
RGB
CMYK
RGB Variations
Color information
#5C7213 (or 0x5C7213) is known color: Fiji Green. HEX triplet: 5C, 72 and 13. RGB value is (92,114,19). Sum of RGB (Red+Green+Blue) = 92+114+19=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7213 is #A38DEC. Grayscale: #606060. Windows color (decimal): -10718701 or 1274460. OLE color: 1274460.
HSL color Cylindrical-coordinate representation of color #5C7213: hue angle of 73.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C7213 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 19 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.55 |
| HSL | 73.89º | 0.71% | 0.26% | - |
| HSV(B) | 73.89º | 0.83% | 0.45% | - |
| XYZ | 10.55 | 14.36 | 2.83 | - |
| YUV | 96.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 19 | 0.19 | 0 | 0.83 | 0.55 | 73.89 | 0.71 | 0.26 |
| Hex | 5C | 72 | 13 | 13 | 0 | 53 | 37 | 4A | 47 | 1A |
| Octal | 134 | 162 | 23 | 23 | 0 | 123 | 67 | 112 | 107 | 32 |
| Binary | 1011100 | 1110010 | 10011 | 10011 | 0 | 1010011 | 110111 | 1001010 | 1000111 | 11010 |
Color Harmonies of #5C7213
Complementary color
Monochromatic Colors of #5C7213
Black with #5C7213
Text Example
Text Example
White with #5C7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7213; }
p { color: rgb(92,114,19); }
H1.HeaderClassName
{
color: #5C7213;
}
.AnyTagClassName
{
color: #5C7213;
}
</style>
background-color css
<style>
a { background-color: #5C7213; }
a { background-color: rgb(92,114,19); }
div.DivClassName
{
background-color: #5C7213;
}
.BgClassName
{
background-color: #5C7213;
}
</style>
border-color css
<style>
span { border-color: #5C7213; }
span { border-color: rgb(92,114,19); }
td.TdClassName
{
border-color: #5C7213;
}
.TagClassName
{
border-color: #5C7213;
}
</style>