Shades of Fiji Green #52700F
Tints of Fiji Green #52700F
RGB
CMYK
RGB Variations
Color information
#52700F (or 0x52700F) is known color: Fiji Green. HEX triplet: 52, 70 and 0F. RGB value is (82,112,15). Sum of RGB (Red+Green+Blue) = 82+112+15=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #52700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700F is #AD8FF0. Grayscale: #5C5C5C. Windows color (decimal): -11374577 or 1011794. OLE color: 1011794.
HSL color Cylindrical-coordinate representation of color #52700F: hue angle of 78.56º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52700F is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 15 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.56 |
| HSL | 78.56º | 0.76% | 0.25% | - |
| HSV(B) | 78.56º | 0.87% | 0.44% | - |
| XYZ | 9.36 | 13.42 | 2.55 | - |
| YUV | 91.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 15 | 0.27 | 0 | 0.87 | 0.56 | 78.56 | 0.76 | 0.25 |
| Hex | 52 | 70 | F | 1B | 0 | 57 | 38 | 4F | 4C | 19 |
| Octal | 122 | 160 | 17 | 33 | 0 | 127 | 70 | 117 | 114 | 31 |
| Binary | 1010010 | 1110000 | 1111 | 11011 | 0 | 1010111 | 111000 | 1001111 | 1001100 | 11001 |
Color Harmonies of #52700F
Complementary color
Monochromatic Colors of #52700F
Black with #52700F
Text Example
Text Example
White with #52700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52700F; }
p { color: rgb(82,112,15); }
H1.HeaderClassName
{
color: #52700F;
}
.AnyTagClassName
{
color: #52700F;
}
</style>
background-color css
<style>
a { background-color: #52700F; }
a { background-color: rgb(82,112,15); }
div.DivClassName
{
background-color: #52700F;
}
.BgClassName
{
background-color: #52700F;
}
</style>
border-color css
<style>
span { border-color: #52700F; }
span { border-color: rgb(82,112,15); }
td.TdClassName
{
border-color: #52700F;
}
.TagClassName
{
border-color: #52700F;
}
</style>