Shades of Green Leaf #52732A
Tints of Green Leaf #52732A
RGB
CMYK
RGB Variations
Color information
#52732A (or 0x52732A) is known color: Green Leaf. HEX triplet: 52, 73 and 2A. RGB value is (82,115,42). Sum of RGB (Red+Green+Blue) = 82+115+42=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #52732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52732A is #AD8CD5. Grayscale: #616161. Windows color (decimal): -11373782 or 2782034. OLE color: 2782034.
HSL color Cylindrical-coordinate representation of color #52732A: hue angle of 87.12º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52732A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 42 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.55 |
| HSL | 87.12º | 0.46% | 0.31% | - |
| HSV(B) | 87.12º | 0.63% | 0.45% | - |
| XYZ | 10.03 | 14.22 | 4.41 | - |
| YUV | 96.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 42 | 0.29 | 0 | 0.63 | 0.55 | 87.12 | 0.46 | 0.31 |
| Hex | 52 | 73 | 2A | 1D | 0 | 3F | 37 | 57 | 2E | 1F |
| Octal | 122 | 163 | 52 | 35 | 0 | 77 | 67 | 127 | 56 | 37 |
| Binary | 1010010 | 1110011 | 101010 | 11101 | 0 | 111111 | 110111 | 1010111 | 101110 | 11111 |
Color Harmonies of #52732A
Complementary color
Monochromatic Colors of #52732A
Black with #52732A
Text Example
Text Example
White with #52732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52732A; }
p { color: rgb(82,115,42); }
H1.HeaderClassName
{
color: #52732A;
}
.AnyTagClassName
{
color: #52732A;
}
</style>
background-color css
<style>
a { background-color: #52732A; }
a { background-color: rgb(82,115,42); }
div.DivClassName
{
background-color: #52732A;
}
.BgClassName
{
background-color: #52732A;
}
</style>
border-color css
<style>
span { border-color: #52732A; }
span { border-color: rgb(82,115,42); }
td.TdClassName
{
border-color: #52732A;
}
.TagClassName
{
border-color: #52732A;
}
</style>