Shades of Fiji Green #52700E
Tints of Fiji Green #52700E
RGB
CMYK
RGB Variations
Color information
#52700E (or 0x52700E) is known color: Fiji Green. HEX triplet: 52, 70 and 0E. RGB value is (82,112,14). Sum of RGB (Red+Green+Blue) = 82+112+14=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #52700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700E is #AD8FF1. Grayscale: #5C5C5C. Windows color (decimal): -11374578 or 946258. OLE color: 946258.
HSL color Cylindrical-coordinate representation of color #52700E: hue angle of 78.37º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52700E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 14 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.56 |
| HSL | 78.37º | 0.78% | 0.25% | - |
| HSV(B) | 78.37º | 0.88% | 0.44% | - |
| XYZ | 9.35 | 13.41 | 2.51 | - |
| YUV | 91.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 14 | 0.27 | 0 | 0.88 | 0.56 | 78.37 | 0.78 | 0.25 |
| Hex | 52 | 70 | E | 1B | 0 | 58 | 38 | 4E | 4E | 19 |
| Octal | 122 | 160 | 16 | 33 | 0 | 130 | 70 | 116 | 116 | 31 |
| Binary | 1010010 | 1110000 | 1110 | 11011 | 0 | 1011000 | 111000 | 1001110 | 1001110 | 11001 |
Color Harmonies of #52700E
Complementary color
Monochromatic Colors of #52700E
Black with #52700E
Text Example
Text Example
White with #52700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52700E; }
p { color: rgb(82,112,14); }
H1.HeaderClassName
{
color: #52700E;
}
.AnyTagClassName
{
color: #52700E;
}
</style>
background-color css
<style>
a { background-color: #52700E; }
a { background-color: rgb(82,112,14); }
div.DivClassName
{
background-color: #52700E;
}
.BgClassName
{
background-color: #52700E;
}
</style>
border-color css
<style>
span { border-color: #52700E; }
span { border-color: rgb(82,112,14); }
td.TdClassName
{
border-color: #52700E;
}
.TagClassName
{
border-color: #52700E;
}
</style>