Shades of Green Leaf #527832
Tints of Green Leaf #527832
RGB
CMYK
RGB Variations
Color information
#527832 (or 0x527832) is known color: Green Leaf. HEX triplet: 52, 78 and 32. RGB value is (82,120,50). Sum of RGB (Red+Green+Blue) = 82+120+50=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #527832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527832 is #AD87CD. Grayscale: #646464. Windows color (decimal): -11372494 or 3307602. OLE color: 3307602.
HSL color Cylindrical-coordinate representation of color #527832: hue angle of 92.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527832 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 50 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.53 |
| HSL | 92.57º | 0.41% | 0.33% | - |
| HSV(B) | 92.57º | 0.58% | 0.47% | - |
| XYZ | 10.77 | 15.46 | 5.43 | - |
| YUV | 100.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 50 | 0.32 | 0 | 0.58 | 0.53 | 92.57 | 0.41 | 0.33 |
| Hex | 52 | 78 | 32 | 20 | 0 | 3A | 35 | 5D | 29 | 21 |
| Octal | 122 | 170 | 62 | 40 | 0 | 72 | 65 | 135 | 51 | 41 |
| Binary | 1010010 | 1111000 | 110010 | 100000 | 0 | 111010 | 110101 | 1011101 | 101001 | 100001 |
Color Harmonies of #527832
Complementary color
Monochromatic Colors of #527832
Black with #527832
Text Example
Text Example
White with #527832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527832; }
p { color: rgb(82,120,50); }
H1.HeaderClassName
{
color: #527832;
}
.AnyTagClassName
{
color: #527832;
}
</style>
background-color css
<style>
a { background-color: #527832; }
a { background-color: rgb(82,120,50); }
div.DivClassName
{
background-color: #527832;
}
.BgClassName
{
background-color: #527832;
}
</style>
border-color css
<style>
span { border-color: #527832; }
span { border-color: rgb(82,120,50); }
td.TdClassName
{
border-color: #527832;
}
.TagClassName
{
border-color: #527832;
}
</style>