Shades of Green Leaf #527025
Tints of Green Leaf #527025
RGB
CMYK
RGB Variations
Color information
#527025 (or 0x527025) is known color: Green Leaf. HEX triplet: 52, 70 and 25. RGB value is (82,112,37). Sum of RGB (Red+Green+Blue) = 82+112+37=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #527025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527025 is #AD8FDA. Grayscale: #5E5E5E. Windows color (decimal): -11374555 or 2453586. OLE color: 2453586.
HSL color Cylindrical-coordinate representation of color #527025: hue angle of 84º 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 #527025 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 37 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.56 |
| HSL | 84º | 0.5% | 0.29% | - |
| HSV(B) | 84º | 0.67% | 0.44% | - |
| XYZ | 9.61 | 13.52 | 3.85 | - |
| YUV | 94.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 37 | 0.27 | 0 | 0.67 | 0.56 | 84 | 0.5 | 0.29 |
| Hex | 52 | 70 | 25 | 1B | 0 | 43 | 38 | 54 | 32 | 1D |
| Octal | 122 | 160 | 45 | 33 | 0 | 103 | 70 | 124 | 62 | 35 |
| Binary | 1010010 | 1110000 | 100101 | 11011 | 0 | 1000011 | 111000 | 1010100 | 110010 | 11101 |
Color Harmonies of #527025
Complementary color
Monochromatic Colors of #527025
Black with #527025
Text Example
Text Example
White with #527025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527025; }
p { color: rgb(82,112,37); }
H1.HeaderClassName
{
color: #527025;
}
.AnyTagClassName
{
color: #527025;
}
</style>
background-color css
<style>
a { background-color: #527025; }
a { background-color: rgb(82,112,37); }
div.DivClassName
{
background-color: #527025;
}
.BgClassName
{
background-color: #527025;
}
</style>
border-color css
<style>
span { border-color: #527025; }
span { border-color: rgb(82,112,37); }
td.TdClassName
{
border-color: #527025;
}
.TagClassName
{
border-color: #527025;
}
</style>