Shades of Green Leaf #526F25
Tints of Green Leaf #526F25
RGB
CMYK
RGB Variations
Color information
#526F25 (or 0x526F25) is known color: Green Leaf. HEX triplet: 52, 6F and 25. RGB value is (82,111,37). Sum of RGB (Red+Green+Blue) = 82+111+37=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #526F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F25 is #AD90DA. Grayscale: #5E5E5E. Windows color (decimal): -11374811 or 2453330. OLE color: 2453330.
HSL color Cylindrical-coordinate representation of color #526F25: hue angle of 83.51º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526F25 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 37 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.56 |
| HSL | 83.51º | 0.5% | 0.29% | - |
| HSV(B) | 83.51º | 0.67% | 0.44% | - |
| XYZ | 9.5 | 13.3 | 3.82 | - |
| YUV | 93.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 37 | 0.26 | 0 | 0.67 | 0.56 | 83.51 | 0.5 | 0.29 |
| Hex | 52 | 6F | 25 | 1A | 0 | 43 | 38 | 54 | 32 | 1D |
| Octal | 122 | 157 | 45 | 32 | 0 | 103 | 70 | 124 | 62 | 35 |
| Binary | 1010010 | 1101111 | 100101 | 11010 | 0 | 1000011 | 111000 | 1010100 | 110010 | 11101 |
Color Harmonies of #526F25
Complementary color
Monochromatic Colors of #526F25
Black with #526F25
Text Example
Text Example
White with #526F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F25; }
p { color: rgb(82,111,37); }
H1.HeaderClassName
{
color: #526F25;
}
.AnyTagClassName
{
color: #526F25;
}
</style>
background-color css
<style>
a { background-color: #526F25; }
a { background-color: rgb(82,111,37); }
div.DivClassName
{
background-color: #526F25;
}
.BgClassName
{
background-color: #526F25;
}
</style>
border-color css
<style>
span { border-color: #526F25; }
span { border-color: rgb(82,111,37); }
td.TdClassName
{
border-color: #526F25;
}
.TagClassName
{
border-color: #526F25;
}
</style>