Shades of Fiji Green #53720E
Tints of Fiji Green #53720E
RGB
CMYK
RGB Variations
Color information
#53720E (or 0x53720E) is known color: Fiji Green. HEX triplet: 53, 72 and 0E. RGB value is (83,114,14). Sum of RGB (Red+Green+Blue) = 83+114+14=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #53720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53720E is #AC8DF1. Grayscale: #5D5D5D. Windows color (decimal): -11308530 or 946771. OLE color: 946771.
HSL color Cylindrical-coordinate representation of color #53720E: hue angle of 78.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53720E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 14 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.55 |
| HSL | 78.6º | 0.78% | 0.25% | - |
| HSV(B) | 78.6º | 0.88% | 0.45% | - |
| XYZ | 9.66 | 13.91 | 2.59 | - |
| YUV | 93.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 14 | 0.27 | 0 | 0.88 | 0.55 | 78.6 | 0.78 | 0.25 |
| Hex | 53 | 72 | E | 1B | 0 | 58 | 37 | 4F | 4E | 19 |
| Octal | 123 | 162 | 16 | 33 | 0 | 130 | 67 | 117 | 116 | 31 |
| Binary | 1010011 | 1110010 | 1110 | 11011 | 0 | 1011000 | 110111 | 1001111 | 1001110 | 11001 |
Color Harmonies of #53720E
Complementary color
Monochromatic Colors of #53720E
Black with #53720E
Text Example
Text Example
White with #53720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53720E; }
p { color: rgb(83,114,14); }
H1.HeaderClassName
{
color: #53720E;
}
.AnyTagClassName
{
color: #53720E;
}
</style>
background-color css
<style>
a { background-color: #53720E; }
a { background-color: rgb(83,114,14); }
div.DivClassName
{
background-color: #53720E;
}
.BgClassName
{
background-color: #53720E;
}
</style>
border-color css
<style>
span { border-color: #53720E; }
span { border-color: rgb(83,114,14); }
td.TdClassName
{
border-color: #53720E;
}
.TagClassName
{
border-color: #53720E;
}
</style>