Shades of Fiji Green #59741F
Tints of Fiji Green #59741F
RGB
CMYK
RGB Variations
Color information
#59741F (or 0x59741F) is known color: Fiji Green. HEX triplet: 59, 74 and 1F. RGB value is (89,116,31). Sum of RGB (Red+Green+Blue) = 89+116+31=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #59741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59741F is #A68BE0. Grayscale: #626262. Windows color (decimal): -10914785 or 2061401. OLE color: 2061401.
HSL color Cylindrical-coordinate representation of color #59741F: hue angle of 79.06º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59741F is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 31 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.55 |
| HSL | 79.06º | 0.58% | 0.29% | - |
| HSV(B) | 79.06º | 0.73% | 0.45% | - |
| XYZ | 10.61 | 14.71 | 3.58 | - |
| YUV | 98.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 31 | 0.23 | 0 | 0.73 | 0.55 | 79.06 | 0.58 | 0.29 |
| Hex | 59 | 74 | 1F | 17 | 0 | 49 | 37 | 4F | 3A | 1D |
| Octal | 131 | 164 | 37 | 27 | 0 | 111 | 67 | 117 | 72 | 35 |
| Binary | 1011001 | 1110100 | 11111 | 10111 | 0 | 1001001 | 110111 | 1001111 | 111010 | 11101 |
Color Harmonies of #59741F
Complementary color
Monochromatic Colors of #59741F
Black with #59741F
Text Example
Text Example
White with #59741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59741F; }
p { color: rgb(89,116,31); }
H1.HeaderClassName
{
color: #59741F;
}
.AnyTagClassName
{
color: #59741F;
}
</style>
background-color css
<style>
a { background-color: #59741F; }
a { background-color: rgb(89,116,31); }
div.DivClassName
{
background-color: #59741F;
}
.BgClassName
{
background-color: #59741F;
}
</style>
border-color css
<style>
span { border-color: #59741F; }
span { border-color: rgb(89,116,31); }
td.TdClassName
{
border-color: #59741F;
}
.TagClassName
{
border-color: #59741F;
}
</style>