Shades of Green Leaf #527824
Tints of Green Leaf #527824
RGB
CMYK
RGB Variations
Color information
#527824 (or 0x527824) is known color: Green Leaf. HEX triplet: 52, 78 and 24. RGB value is (82,120,36). Sum of RGB (Red+Green+Blue) = 82+120+36=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #527824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527824 is #AD87DB. Grayscale: #636363. Windows color (decimal): -11372508 or 2390098. OLE color: 2390098.
HSL color Cylindrical-coordinate representation of color #527824: hue angle of 87.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #527824 is Cyan = 0.32, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 36 | - |
| CMYK | 0.32 | 0 | 0.7 | 0.53 |
| HSL | 87.14º | 0.54% | 0.31% | - |
| HSV(B) | 87.14º | 0.7% | 0.47% | - |
| XYZ | 10.51 | 15.35 | 4.08 | - |
| YUV | 99.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 36 | 0.32 | 0 | 0.7 | 0.53 | 87.14 | 0.54 | 0.31 |
| Hex | 52 | 78 | 24 | 20 | 0 | 46 | 35 | 57 | 36 | 1F |
| Octal | 122 | 170 | 44 | 40 | 0 | 106 | 65 | 127 | 66 | 37 |
| Binary | 1010010 | 1111000 | 100100 | 100000 | 0 | 1000110 | 110101 | 1010111 | 110110 | 11111 |
Color Harmonies of #527824
Complementary color
Monochromatic Colors of #527824
Black with #527824
Text Example
Text Example
White with #527824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527824; }
p { color: rgb(82,120,36); }
H1.HeaderClassName
{
color: #527824;
}
.AnyTagClassName
{
color: #527824;
}
</style>
background-color css
<style>
a { background-color: #527824; }
a { background-color: rgb(82,120,36); }
div.DivClassName
{
background-color: #527824;
}
.BgClassName
{
background-color: #527824;
}
</style>
border-color css
<style>
span { border-color: #527824; }
span { border-color: rgb(82,120,36); }
td.TdClassName
{
border-color: #527824;
}
.TagClassName
{
border-color: #527824;
}
</style>