Shades of Fiji Green #596C13
Tints of Fiji Green #596C13
RGB
CMYK
RGB Variations
Color information
#596C13 (or 0x596C13) is known color: Fiji Green. HEX triplet: 59, 6C and 13. RGB value is (89,108,19). Sum of RGB (Red+Green+Blue) = 89+108+19=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #596C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #596C13 is #A693EC. Grayscale: #5C5C5C. Windows color (decimal): -10916845 or 1272921. OLE color: 1272921.
HSL color Cylindrical-coordinate representation of color #596C13: hue angle of 72.81º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #596C13 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 108 | 19 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.58 |
| HSL | 72.81º | 0.7% | 0.25% | - |
| HSV(B) | 72.81º | 0.82% | 0.42% | - |
| XYZ | 9.6 | 12.9 | 2.6 | - |
| YUV | 92.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 19 | 0.18 | 0 | 0.82 | 0.58 | 72.81 | 0.7 | 0.25 |
| Hex | 59 | 6C | 13 | 12 | 0 | 52 | 3A | 49 | 46 | 19 |
| Octal | 131 | 154 | 23 | 22 | 0 | 122 | 72 | 111 | 106 | 31 |
| Binary | 1011001 | 1101100 | 10011 | 10010 | 0 | 1010010 | 111010 | 1001001 | 1000110 | 11001 |
Color Harmonies of #596C13
Complementary color
Monochromatic Colors of #596C13
Black with #596C13
Text Example
Text Example
White with #596C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C13; }
p { color: rgb(89,108,19); }
H1.HeaderClassName
{
color: #596C13;
}
.AnyTagClassName
{
color: #596C13;
}
</style>
background-color css
<style>
a { background-color: #596C13; }
a { background-color: rgb(89,108,19); }
div.DivClassName
{
background-color: #596C13;
}
.BgClassName
{
background-color: #596C13;
}
</style>
border-color css
<style>
span { border-color: #596C13; }
span { border-color: rgb(89,108,19); }
td.TdClassName
{
border-color: #596C13;
}
.TagClassName
{
border-color: #596C13;
}
</style>