Shades of Fiji Green #526E0D
Tints of Fiji Green #526E0D
RGB
CMYK
RGB Variations
Color information
#526E0D (or 0x526E0D) is known color: Fiji Green. HEX triplet: 52, 6E and 0D. RGB value is (82,110,13). Sum of RGB (Red+Green+Blue) = 82+110+13=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #526E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526E0D is #AD91F2. Grayscale: #5A5A5A. Windows color (decimal): -11375091 or 880210. OLE color: 880210.
HSL color Cylindrical-coordinate representation of color #526E0D: hue angle of 77.32º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #526E0D is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 13 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.57 |
| HSL | 77.32º | 0.79% | 0.24% | - |
| HSV(B) | 77.32º | 0.88% | 0.43% | - |
| XYZ | 9.13 | 12.97 | 2.4 | - |
| YUV | 90.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 13 | 0.25 | 0 | 0.88 | 0.57 | 77.32 | 0.79 | 0.24 |
| Hex | 52 | 6E | D | 19 | 0 | 58 | 39 | 4D | 4F | 18 |
| Octal | 122 | 156 | 15 | 31 | 0 | 130 | 71 | 115 | 117 | 30 |
| Binary | 1010010 | 1101110 | 1101 | 11001 | 0 | 1011000 | 111001 | 1001101 | 1001111 | 11000 |
Color Harmonies of #526E0D
Complementary color
Monochromatic Colors of #526E0D
Black with #526E0D
Text Example
Text Example
White with #526E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E0D; }
p { color: rgb(82,110,13); }
H1.HeaderClassName
{
color: #526E0D;
}
.AnyTagClassName
{
color: #526E0D;
}
</style>
background-color css
<style>
a { background-color: #526E0D; }
a { background-color: rgb(82,110,13); }
div.DivClassName
{
background-color: #526E0D;
}
.BgClassName
{
background-color: #526E0D;
}
</style>
border-color css
<style>
span { border-color: #526E0D; }
span { border-color: rgb(82,110,13); }
td.TdClassName
{
border-color: #526E0D;
}
.TagClassName
{
border-color: #526E0D;
}
</style>