Shades of Green Leaf #526E25
Tints of Green Leaf #526E25
RGB
CMYK
RGB Variations
Color information
#526E25 (or 0x526E25) is known color: Green Leaf. HEX triplet: 52, 6E and 25. RGB value is (82,110,37). Sum of RGB (Red+Green+Blue) = 82+110+37=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #526E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E25 is #AD91DA. Grayscale: #5D5D5D. Windows color (decimal): -11375067 or 2453074. OLE color: 2453074.
HSL color Cylindrical-coordinate representation of color #526E25: hue angle of 83.01º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526E25 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 37 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.57 |
| HSL | 83.01º | 0.5% | 0.29% | - |
| HSV(B) | 83.01º | 0.66% | 0.43% | - |
| XYZ | 9.39 | 13.08 | 3.78 | - |
| YUV | 93.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 37 | 0.25 | 0 | 0.66 | 0.57 | 83.01 | 0.5 | 0.29 |
| Hex | 52 | 6E | 25 | 19 | 0 | 42 | 39 | 53 | 32 | 1D |
| Octal | 122 | 156 | 45 | 31 | 0 | 102 | 71 | 123 | 62 | 35 |
| Binary | 1010010 | 1101110 | 100101 | 11001 | 0 | 1000010 | 111001 | 1010011 | 110010 | 11101 |
Color Harmonies of #526E25
Complementary color
Monochromatic Colors of #526E25
Black with #526E25
Text Example
Text Example
White with #526E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E25; }
p { color: rgb(82,110,37); }
H1.HeaderClassName
{
color: #526E25;
}
.AnyTagClassName
{
color: #526E25;
}
</style>
background-color css
<style>
a { background-color: #526E25; }
a { background-color: rgb(82,110,37); }
div.DivClassName
{
background-color: #526E25;
}
.BgClassName
{
background-color: #526E25;
}
</style>
border-color css
<style>
span { border-color: #526E25; }
span { border-color: rgb(82,110,37); }
td.TdClassName
{
border-color: #526E25;
}
.TagClassName
{
border-color: #526E25;
}
</style>