Shades of Fiji Green #52760B
Tints of Fiji Green #52760B
RGB
CMYK
RGB Variations
Color information
#52760B (or 0x52760B) is known color: Fiji Green. HEX triplet: 52, 76 and 0B. RGB value is (82,118,11). Sum of RGB (Red+Green+Blue) = 82+118+11=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #52760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52760B is #AD89F4. Grayscale: #5F5F5F. Windows color (decimal): -11373045 or 751186. OLE color: 751186.
HSL color Cylindrical-coordinate representation of color #52760B: hue angle of 80.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52760B is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 11 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.54 |
| HSL | 80.19º | 0.83% | 0.25% | - |
| HSV(B) | 80.19º | 0.91% | 0.46% | - |
| XYZ | 10.02 | 14.77 | 2.64 | - |
| YUV | 95.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 11 | 0.31 | 0 | 0.91 | 0.54 | 80.19 | 0.83 | 0.25 |
| Hex | 52 | 76 | B | 1F | 0 | 5B | 36 | 50 | 53 | 19 |
| Octal | 122 | 166 | 13 | 37 | 0 | 133 | 66 | 120 | 123 | 31 |
| Binary | 1010010 | 1110110 | 1011 | 11111 | 0 | 1011011 | 110110 | 1010000 | 1010011 | 11001 |
Color Harmonies of #52760B
Complementary color
Monochromatic Colors of #52760B
Black with #52760B
Text Example
Text Example
White with #52760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52760B; }
p { color: rgb(82,118,11); }
H1.HeaderClassName
{
color: #52760B;
}
.AnyTagClassName
{
color: #52760B;
}
</style>
background-color css
<style>
a { background-color: #52760B; }
a { background-color: rgb(82,118,11); }
div.DivClassName
{
background-color: #52760B;
}
.BgClassName
{
background-color: #52760B;
}
</style>
border-color css
<style>
span { border-color: #52760B; }
span { border-color: rgb(82,118,11); }
td.TdClassName
{
border-color: #52760B;
}
.TagClassName
{
border-color: #52760B;
}
</style>