Shades of Green Leaf #527230
Tints of Green Leaf #527230
RGB
CMYK
RGB Variations
Color information
#527230 (or 0x527230) is known color: Green Leaf. HEX triplet: 52, 72 and 30. RGB value is (82,114,48). Sum of RGB (Red+Green+Blue) = 82+114+48=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #527230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527230 is #AD8DCF. Grayscale: #616161. Windows color (decimal): -11374032 or 3174994. OLE color: 3174994.
HSL color Cylindrical-coordinate representation of color #527230: hue angle of 89.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527230 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 48 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.55 |
| HSL | 89.09º | 0.41% | 0.32% | - |
| HSV(B) | 89.09º | 0.58% | 0.45% | - |
| XYZ | 10.03 | 14.04 | 4.98 | - |
| YUV | 96.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 48 | 0.28 | 0 | 0.58 | 0.55 | 89.09 | 0.41 | 0.32 |
| Hex | 52 | 72 | 30 | 1C | 0 | 3A | 37 | 59 | 29 | 20 |
| Octal | 122 | 162 | 60 | 34 | 0 | 72 | 67 | 131 | 51 | 40 |
| Binary | 1010010 | 1110010 | 110000 | 11100 | 0 | 111010 | 110111 | 1011001 | 101001 | 100000 |
Color Harmonies of #527230
Complementary color
Monochromatic Colors of #527230
Black with #527230
Text Example
Text Example
White with #527230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527230; }
p { color: rgb(82,114,48); }
H1.HeaderClassName
{
color: #527230;
}
.AnyTagClassName
{
color: #527230;
}
</style>
background-color css
<style>
a { background-color: #527230; }
a { background-color: rgb(82,114,48); }
div.DivClassName
{
background-color: #527230;
}
.BgClassName
{
background-color: #527230;
}
</style>
border-color css
<style>
span { border-color: #527230; }
span { border-color: rgb(82,114,48); }
td.TdClassName
{
border-color: #527230;
}
.TagClassName
{
border-color: #527230;
}
</style>