Shades of Fiji Green #526C11
Tints of Fiji Green #526C11
RGB
CMYK
RGB Variations
Color information
#526C11 (or 0x526C11) is known color: Fiji Green. HEX triplet: 52, 6C and 11. RGB value is (82,108,17). Sum of RGB (Red+Green+Blue) = 82+108+17=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #526C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C11 is #AD93EE. Grayscale: #5A5A5A. Windows color (decimal): -11375599 or 1141842. OLE color: 1141842.
HSL color Cylindrical-coordinate representation of color #526C11: hue angle of 77.14º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #526C11 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 17 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.58 |
| HSL | 77.14º | 0.73% | 0.25% | - |
| HSV(B) | 77.14º | 0.84% | 0.42% | - |
| XYZ | 8.94 | 12.56 | 2.48 | - |
| YUV | 89.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 17 | 0.24 | 0 | 0.84 | 0.58 | 77.14 | 0.73 | 0.25 |
| Hex | 52 | 6C | 11 | 18 | 0 | 54 | 3A | 4D | 49 | 19 |
| Octal | 122 | 154 | 21 | 30 | 0 | 124 | 72 | 115 | 111 | 31 |
| Binary | 1010010 | 1101100 | 10001 | 11000 | 0 | 1010100 | 111010 | 1001101 | 1001001 | 11001 |
Color Harmonies of #526C11
Complementary color
Monochromatic Colors of #526C11
Black with #526C11
Text Example
Text Example
White with #526C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C11; }
p { color: rgb(82,108,17); }
H1.HeaderClassName
{
color: #526C11;
}
.AnyTagClassName
{
color: #526C11;
}
</style>
background-color css
<style>
a { background-color: #526C11; }
a { background-color: rgb(82,108,17); }
div.DivClassName
{
background-color: #526C11;
}
.BgClassName
{
background-color: #526C11;
}
</style>
border-color css
<style>
span { border-color: #526C11; }
span { border-color: rgb(82,108,17); }
td.TdClassName
{
border-color: #526C11;
}
.TagClassName
{
border-color: #526C11;
}
</style>