Shades of Green Leaf #52772E
Tints of Green Leaf #52772E
RGB
CMYK
RGB Variations
Color information
#52772E (or 0x52772E) is known color: Green Leaf. HEX triplet: 52, 77 and 2E. RGB value is (82,119,46). Sum of RGB (Red+Green+Blue) = 82+119+46=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #52772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52772E is #AD88D1. Grayscale: #636363. Windows color (decimal): -11372754 or 3045202. OLE color: 3045202.
HSL color Cylindrical-coordinate representation of color #52772E: hue angle of 90.41º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52772E is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 119 | 46 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.53 |
| HSL | 90.41º | 0.44% | 0.32% | - |
| HSV(B) | 90.41º | 0.61% | 0.47% | - |
| XYZ | 10.57 | 15.18 | 4.96 | - |
| YUV | 99.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 46 | 0.31 | 0 | 0.61 | 0.53 | 90.41 | 0.44 | 0.32 |
| Hex | 52 | 77 | 2E | 1F | 0 | 3D | 35 | 5A | 2C | 20 |
| Octal | 122 | 167 | 56 | 37 | 0 | 75 | 65 | 132 | 54 | 40 |
| Binary | 1010010 | 1110111 | 101110 | 11111 | 0 | 111101 | 110101 | 1011010 | 101100 | 100000 |
Color Harmonies of #52772E
Complementary color
Monochromatic Colors of #52772E
Black with #52772E
Text Example
Text Example
White with #52772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52772E; }
p { color: rgb(82,119,46); }
H1.HeaderClassName
{
color: #52772E;
}
.AnyTagClassName
{
color: #52772E;
}
</style>
background-color css
<style>
a { background-color: #52772E; }
a { background-color: rgb(82,119,46); }
div.DivClassName
{
background-color: #52772E;
}
.BgClassName
{
background-color: #52772E;
}
</style>
border-color css
<style>
span { border-color: #52772E; }
span { border-color: rgb(82,119,46); }
td.TdClassName
{
border-color: #52772E;
}
.TagClassName
{
border-color: #52772E;
}
</style>