Shades of Fiji Green #5C7322
Tints of Fiji Green #5C7322
RGB
CMYK
RGB Variations
Color information
#5C7322 (or 0x5C7322) is known color: Fiji Green. HEX triplet: 5C, 73 and 22. RGB value is (92,115,34). Sum of RGB (Red+Green+Blue) = 92+115+34=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7322 is #A38CDD. Grayscale: #636363. Windows color (decimal): -10718430 or 2257756. OLE color: 2257756.
HSL color Cylindrical-coordinate representation of color #5C7322: hue angle of 77.04º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C7322 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 34 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.55 |
| HSL | 77.04º | 0.54% | 0.29% | - |
| HSV(B) | 77.04º | 0.7% | 0.45% | - |
| XYZ | 10.83 | 14.65 | 3.77 | - |
| YUV | 98.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 34 | 0.20 | 0 | 0.70 | 0.55 | 77.04 | 0.54 | 0.29 |
| Hex | 5C | 73 | 22 | 14 | 0 | 46 | 37 | 4D | 36 | 1D |
| Octal | 134 | 163 | 42 | 24 | 0 | 106 | 67 | 115 | 66 | 35 |
| Binary | 1011100 | 1110011 | 100010 | 10100 | 0 | 1000110 | 110111 | 1001101 | 110110 | 11101 |
Color Harmonies of #5C7322
Complementary color
Monochromatic Colors of #5C7322
Black with #5C7322
Text Example
Text Example
White with #5C7322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7322; }
p { color: rgb(92,115,34); }
H1.HeaderClassName
{
color: #5C7322;
}
.AnyTagClassName
{
color: #5C7322;
}
</style>
background-color css
<style>
a { background-color: #5C7322; }
a { background-color: rgb(92,115,34); }
div.DivClassName
{
background-color: #5C7322;
}
.BgClassName
{
background-color: #5C7322;
}
</style>
border-color css
<style>
span { border-color: #5C7322; }
span { border-color: rgb(92,115,34); }
td.TdClassName
{
border-color: #5C7322;
}
.TagClassName
{
border-color: #5C7322;
}
</style>