Shades of Fiji Green #52720F
Tints of Fiji Green #52720F
RGB
CMYK
RGB Variations
Color information
#52720F (or 0x52720F) is known color: Fiji Green. HEX triplet: 52, 72 and 0F. RGB value is (82,114,15). Sum of RGB (Red+Green+Blue) = 82+114+15=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #52720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52720F is #AD8DF0. Grayscale: #5D5D5D. Windows color (decimal): -11374065 or 1012306. OLE color: 1012306.
HSL color Cylindrical-coordinate representation of color #52720F: hue angle of 79.39º 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 #52720F is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 15 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.55 |
| HSL | 79.39º | 0.77% | 0.25% | - |
| HSV(B) | 79.39º | 0.87% | 0.45% | - |
| XYZ | 9.58 | 13.86 | 2.62 | - |
| YUV | 93.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 15 | 0.28 | 0 | 0.87 | 0.55 | 79.39 | 0.77 | 0.25 |
| Hex | 52 | 72 | F | 1C | 0 | 57 | 37 | 4F | 4D | 19 |
| Octal | 122 | 162 | 17 | 34 | 0 | 127 | 67 | 117 | 115 | 31 |
| Binary | 1010010 | 1110010 | 1111 | 11100 | 0 | 1010111 | 110111 | 1001111 | 1001101 | 11001 |
Color Harmonies of #52720F
Complementary color
Monochromatic Colors of #52720F
Black with #52720F
Text Example
Text Example
White with #52720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52720F; }
p { color: rgb(82,114,15); }
H1.HeaderClassName
{
color: #52720F;
}
.AnyTagClassName
{
color: #52720F;
}
</style>
background-color css
<style>
a { background-color: #52720F; }
a { background-color: rgb(82,114,15); }
div.DivClassName
{
background-color: #52720F;
}
.BgClassName
{
background-color: #52720F;
}
</style>
border-color css
<style>
span { border-color: #52720F; }
span { border-color: rgb(82,114,15); }
td.TdClassName
{
border-color: #52720F;
}
.TagClassName
{
border-color: #52720F;
}
</style>