Shades of Fiji Green #526D06
Tints of Fiji Green #526D06
RGB
CMYK
RGB Variations
Color information
#526D06 (or 0x526D06) is known color: Fiji Green. HEX triplet: 52, 6D and 06. RGB value is (82,109,6). Sum of RGB (Red+Green+Blue) = 82+109+6=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #526D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526D06 is #AD92F9. Grayscale: #595959. Windows color (decimal): -11375354 or 421202. OLE color: 421202.
HSL color Cylindrical-coordinate representation of color #526D06: hue angle of 75.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #526D06 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 6 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.57 |
| HSL | 75.73º | 0.9% | 0.23% | - |
| HSV(B) | 75.73º | 0.94% | 0.43% | - |
| XYZ | 8.98 | 12.74 | 2.16 | - |
| YUV | 89.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 6 | 0.25 | 0 | 0.94 | 0.57 | 75.73 | 0.9 | 0.23 |
| Hex | 52 | 6D | 6 | 19 | 0 | 5E | 39 | 4C | 5A | 17 |
| Octal | 122 | 155 | 6 | 31 | 0 | 136 | 71 | 114 | 132 | 27 |
| Binary | 1010010 | 1101101 | 110 | 11001 | 0 | 1011110 | 111001 | 1001100 | 1011010 | 10111 |
Color Harmonies of #526D06
Complementary color
Monochromatic Colors of #526D06
Black with #526D06
Text Example
Text Example
White with #526D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D06; }
p { color: rgb(82,109,6); }
H1.HeaderClassName
{
color: #526D06;
}
.AnyTagClassName
{
color: #526D06;
}
</style>
background-color css
<style>
a { background-color: #526D06; }
a { background-color: rgb(82,109,6); }
div.DivClassName
{
background-color: #526D06;
}
.BgClassName
{
background-color: #526D06;
}
</style>
border-color css
<style>
span { border-color: #526D06; }
span { border-color: rgb(82,109,6); }
td.TdClassName
{
border-color: #526D06;
}
.TagClassName
{
border-color: #526D06;
}
</style>