Shades of Green Leaf #52732E
Tints of Green Leaf #52732E
RGB
CMYK
RGB Variations
Color information
#52732E (or 0x52732E) is known color: Green Leaf. HEX triplet: 52, 73 and 2E. RGB value is (82,115,46). Sum of RGB (Red+Green+Blue) = 82+115+46=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #52732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52732E is #AD8CD1. Grayscale: #616161. Windows color (decimal): -11373778 or 3044178. OLE color: 3044178.
HSL color Cylindrical-coordinate representation of color #52732E: hue angle of 88.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52732E is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 46 | - |
| CMYK | 0.29 | 0 | 0.6 | 0.55 |
| HSL | 88.7º | 0.43% | 0.32% | - |
| HSV(B) | 88.7º | 0.6% | 0.45% | - |
| XYZ | 10.1 | 14.25 | 4.8 | - |
| YUV | 97.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 46 | 0.29 | 0 | 0.6 | 0.55 | 88.7 | 0.43 | 0.32 |
| Hex | 52 | 73 | 2E | 1D | 0 | 3C | 37 | 59 | 2B | 20 |
| Octal | 122 | 163 | 56 | 35 | 0 | 74 | 67 | 131 | 53 | 40 |
| Binary | 1010010 | 1110011 | 101110 | 11101 | 0 | 111100 | 110111 | 1011001 | 101011 | 100000 |
Color Harmonies of #52732E
Complementary color
Monochromatic Colors of #52732E
Black with #52732E
Text Example
Text Example
White with #52732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52732E; }
p { color: rgb(82,115,46); }
H1.HeaderClassName
{
color: #52732E;
}
.AnyTagClassName
{
color: #52732E;
}
</style>
background-color css
<style>
a { background-color: #52732E; }
a { background-color: rgb(82,115,46); }
div.DivClassName
{
background-color: #52732E;
}
.BgClassName
{
background-color: #52732E;
}
</style>
border-color css
<style>
span { border-color: #52732E; }
span { border-color: rgb(82,115,46); }
td.TdClassName
{
border-color: #52732E;
}
.TagClassName
{
border-color: #52732E;
}
</style>