Shades of Fiji Green #53720F
Tints of Fiji Green #53720F
RGB
CMYK
RGB Variations
Color information
#53720F (or 0x53720F) is known color: Fiji Green. HEX triplet: 53, 72 and 0F. RGB value is (83,114,15). Sum of RGB (Red+Green+Blue) = 83+114+15=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #53720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53720F is #AC8DF0. Grayscale: #5D5D5D. Windows color (decimal): -11308529 or 1012307. OLE color: 1012307.
HSL color Cylindrical-coordinate representation of color #53720F: hue angle of 78.79º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53720F is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 15 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.55 |
| HSL | 78.79º | 0.77% | 0.25% | - |
| HSV(B) | 78.79º | 0.87% | 0.45% | - |
| XYZ | 9.67 | 13.91 | 2.63 | - |
| YUV | 93.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 15 | 0.27 | 0 | 0.87 | 0.55 | 78.79 | 0.77 | 0.25 |
| Hex | 53 | 72 | F | 1B | 0 | 57 | 37 | 4F | 4D | 19 |
| Octal | 123 | 162 | 17 | 33 | 0 | 127 | 67 | 117 | 115 | 31 |
| Binary | 1010011 | 1110010 | 1111 | 11011 | 0 | 1010111 | 110111 | 1001111 | 1001101 | 11001 |
Color Harmonies of #53720F
Complementary color
Monochromatic Colors of #53720F
Black with #53720F
Text Example
Text Example
White with #53720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53720F; }
p { color: rgb(83,114,15); }
H1.HeaderClassName
{
color: #53720F;
}
.AnyTagClassName
{
color: #53720F;
}
</style>
background-color css
<style>
a { background-color: #53720F; }
a { background-color: rgb(83,114,15); }
div.DivClassName
{
background-color: #53720F;
}
.BgClassName
{
background-color: #53720F;
}
</style>
border-color css
<style>
span { border-color: #53720F; }
span { border-color: rgb(83,114,15); }
td.TdClassName
{
border-color: #53720F;
}
.TagClassName
{
border-color: #53720F;
}
</style>