Shades of Fiji Green #52700B
Tints of Fiji Green #52700B
RGB
CMYK
RGB Variations
Color information
#52700B (or 0x52700B) is known color: Fiji Green. HEX triplet: 52, 70 and 0B. RGB value is (82,112,11). Sum of RGB (Red+Green+Blue) = 82+112+11=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #52700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700B is #AD8FF4. Grayscale: #5B5B5B. Windows color (decimal): -11374581 or 749650. OLE color: 749650.
HSL color Cylindrical-coordinate representation of color #52700B: hue angle of 77.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52700B is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 11 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.56 |
| HSL | 77.82º | 0.82% | 0.24% | - |
| HSV(B) | 77.82º | 0.9% | 0.44% | - |
| XYZ | 9.33 | 13.41 | 2.41 | - |
| YUV | 91.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 11 | 0.27 | 0 | 0.90 | 0.56 | 77.82 | 0.82 | 0.24 |
| Hex | 52 | 70 | B | 1B | 0 | 5A | 38 | 4E | 52 | 18 |
| Octal | 122 | 160 | 13 | 33 | 0 | 132 | 70 | 116 | 122 | 30 |
| Binary | 1010010 | 1110000 | 1011 | 11011 | 0 | 1011010 | 111000 | 1001110 | 1010010 | 11000 |
Color Harmonies of #52700B
Complementary color
Monochromatic Colors of #52700B
Black with #52700B
Text Example
Text Example
White with #52700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52700B; }
p { color: rgb(82,112,11); }
H1.HeaderClassName
{
color: #52700B;
}
.AnyTagClassName
{
color: #52700B;
}
</style>
background-color css
<style>
a { background-color: #52700B; }
a { background-color: rgb(82,112,11); }
div.DivClassName
{
background-color: #52700B;
}
.BgClassName
{
background-color: #52700B;
}
</style>
border-color css
<style>
span { border-color: #52700B; }
span { border-color: rgb(82,112,11); }
td.TdClassName
{
border-color: #52700B;
}
.TagClassName
{
border-color: #52700B;
}
</style>