Shades of Fiji Green #5C7522
Tints of Fiji Green #5C7522
RGB
CMYK
RGB Variations
Color information
#5C7522 (or 0x5C7522) is known color: Fiji Green. HEX triplet: 5C, 75 and 22. RGB value is (92,117,34). Sum of RGB (Red+Green+Blue) = 92+117+34=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7522 is #A38ADD. Grayscale: #646464. Windows color (decimal): -10717918 or 2258268. OLE color: 2258268.
HSL color Cylindrical-coordinate representation of color #5C7522: hue angle of 78.07º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C7522 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 34 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.54 |
| HSL | 78.07º | 0.55% | 0.3% | - |
| HSV(B) | 78.07º | 0.71% | 0.46% | - |
| XYZ | 11.06 | 15.11 | 3.85 | - |
| YUV | 100.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 34 | 0.21 | 0 | 0.71 | 0.54 | 78.07 | 0.55 | 0.3 |
| Hex | 5C | 75 | 22 | 15 | 0 | 47 | 36 | 4E | 37 | 1E |
| Octal | 134 | 165 | 42 | 25 | 0 | 107 | 66 | 116 | 67 | 36 |
| Binary | 1011100 | 1110101 | 100010 | 10101 | 0 | 1000111 | 110110 | 1001110 | 110111 | 11110 |
Color Harmonies of #5C7522
Complementary color
Monochromatic Colors of #5C7522
Black with #5C7522
Text Example
Text Example
White with #5C7522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7522; }
p { color: rgb(92,117,34); }
H1.HeaderClassName
{
color: #5C7522;
}
.AnyTagClassName
{
color: #5C7522;
}
</style>
background-color css
<style>
a { background-color: #5C7522; }
a { background-color: rgb(92,117,34); }
div.DivClassName
{
background-color: #5C7522;
}
.BgClassName
{
background-color: #5C7522;
}
</style>
border-color css
<style>
span { border-color: #5C7522; }
span { border-color: rgb(92,117,34); }
td.TdClassName
{
border-color: #5C7522;
}
.TagClassName
{
border-color: #5C7522;
}
</style>