Shades of Fiji Green #526D04
Tints of Fiji Green #526D04
RGB
CMYK
RGB Variations
Color information
#526D04 (or 0x526D04) is known color: Fiji Green. HEX triplet: 52, 6D and 04. RGB value is (82,109,4). Sum of RGB (Red+Green+Blue) = 82+109+4=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #526D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526D04 is #AD92FB. Grayscale: #595959. Windows color (decimal): -11375356 or 290130. OLE color: 290130.
HSL color Cylindrical-coordinate representation of color #526D04: hue angle of 75.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #526D04 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 4 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.57 |
| HSL | 75.43º | 0.93% | 0.22% | - |
| HSV(B) | 75.43º | 0.96% | 0.43% | - |
| XYZ | 8.97 | 12.74 | 2.1 | - |
| YUV | 88.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 4 | 0.25 | 0 | 0.96 | 0.57 | 75.43 | 0.93 | 0.22 |
| Hex | 52 | 6D | 4 | 19 | 0 | 60 | 39 | 4B | 5D | 16 |
| Octal | 122 | 155 | 4 | 31 | 0 | 140 | 71 | 113 | 135 | 26 |
| Binary | 1010010 | 1101101 | 100 | 11001 | 0 | 1100000 | 111001 | 1001011 | 1011101 | 10110 |
Color Harmonies of #526D04
Complementary color
Monochromatic Colors of #526D04
Black with #526D04
Text Example
Text Example
White with #526D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D04; }
p { color: rgb(82,109,4); }
H1.HeaderClassName
{
color: #526D04;
}
.AnyTagClassName
{
color: #526D04;
}
</style>
background-color css
<style>
a { background-color: #526D04; }
a { background-color: rgb(82,109,4); }
div.DivClassName
{
background-color: #526D04;
}
.BgClassName
{
background-color: #526D04;
}
</style>
border-color css
<style>
span { border-color: #526D04; }
span { border-color: rgb(82,109,4); }
td.TdClassName
{
border-color: #526D04;
}
.TagClassName
{
border-color: #526D04;
}
</style>