Shades of Fiji Green #597D1C
Tints of Fiji Green #597D1C
RGB
CMYK
RGB Variations
Color information
#597D1C (or 0x597D1C) is known color: Fiji Green. HEX triplet: 59, 7D and 1C. RGB value is (89,125,28). Sum of RGB (Red+Green+Blue) = 89+125+28=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #597D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597D1C is #A682E3. Grayscale: #676767. Windows color (decimal): -10912484 or 1867097. OLE color: 1867097.
HSL color Cylindrical-coordinate representation of color #597D1C: hue angle of 82.27º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #597D1C is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 28 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.51 |
| HSL | 82.27º | 0.63% | 0.3% | - |
| HSV(B) | 82.27º | 0.78% | 0.49% | - |
| XYZ | 11.66 | 16.87 | 3.74 | - |
| YUV | 103.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 28 | 0.29 | 0 | 0.78 | 0.51 | 82.27 | 0.63 | 0.3 |
| Hex | 59 | 7D | 1C | 1D | 0 | 4E | 33 | 52 | 3F | 1E |
| Octal | 131 | 175 | 34 | 35 | 0 | 116 | 63 | 122 | 77 | 36 |
| Binary | 1011001 | 1111101 | 11100 | 11101 | 0 | 1001110 | 110011 | 1010010 | 111111 | 11110 |
Color Harmonies of #597D1C
Complementary color
Monochromatic Colors of #597D1C
Black with #597D1C
Text Example
Text Example
White with #597D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D1C; }
p { color: rgb(89,125,28); }
H1.HeaderClassName
{
color: #597D1C;
}
.AnyTagClassName
{
color: #597D1C;
}
</style>
background-color css
<style>
a { background-color: #597D1C; }
a { background-color: rgb(89,125,28); }
div.DivClassName
{
background-color: #597D1C;
}
.BgClassName
{
background-color: #597D1C;
}
</style>
border-color css
<style>
span { border-color: #597D1C; }
span { border-color: rgb(89,125,28); }
td.TdClassName
{
border-color: #597D1C;
}
.TagClassName
{
border-color: #597D1C;
}
</style>