Shades of Fiji Green #526F05
Tints of Fiji Green #526F05
RGB
CMYK
RGB Variations
Color information
#526F05 (or 0x526F05) is known color: Fiji Green. HEX triplet: 52, 6F and 05. RGB value is (82,111,5). Sum of RGB (Red+Green+Blue) = 82+111+5=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #526F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F05 is #AD90FA. Grayscale: #5A5A5A. Windows color (decimal): -11374843 or 356178. OLE color: 356178.
HSL color Cylindrical-coordinate representation of color #526F05: hue angle of 76.42º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526F05 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 5 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.56 |
| HSL | 76.42º | 0.91% | 0.23% | - |
| HSV(B) | 76.42º | 0.95% | 0.44% | - |
| XYZ | 9.19 | 13.17 | 2.2 | - |
| YUV | 90.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 5 | 0.26 | 0 | 0.95 | 0.56 | 76.42 | 0.91 | 0.23 |
| Hex | 52 | 6F | 5 | 1A | 0 | 5F | 38 | 4C | 5B | 17 |
| Octal | 122 | 157 | 5 | 32 | 0 | 137 | 70 | 114 | 133 | 27 |
| Binary | 1010010 | 1101111 | 101 | 11010 | 0 | 1011111 | 111000 | 1001100 | 1011011 | 10111 |
Color Harmonies of #526F05
Complementary color
Monochromatic Colors of #526F05
Black with #526F05
Text Example
Text Example
White with #526F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F05; }
p { color: rgb(82,111,5); }
H1.HeaderClassName
{
color: #526F05;
}
.AnyTagClassName
{
color: #526F05;
}
</style>
background-color css
<style>
a { background-color: #526F05; }
a { background-color: rgb(82,111,5); }
div.DivClassName
{
background-color: #526F05;
}
.BgClassName
{
background-color: #526F05;
}
</style>
border-color css
<style>
span { border-color: #526F05; }
span { border-color: rgb(82,111,5); }
td.TdClassName
{
border-color: #526F05;
}
.TagClassName
{
border-color: #526F05;
}
</style>