Shades of Green Leaf #52772F
Tints of Green Leaf #52772F
RGB
CMYK
RGB Variations
Color information
#52772F (or 0x52772F) is known color: Green Leaf. HEX triplet: 52, 77 and 2F. RGB value is (82,119,47). Sum of RGB (Red+Green+Blue) = 82+119+47=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #52772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52772F is #AD88D0. Grayscale: #636363. Windows color (decimal): -11372753 or 3110738. OLE color: 3110738.
HSL color Cylindrical-coordinate representation of color #52772F: hue angle of 90.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52772F is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 119 | 47 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.53 |
| HSL | 90.83º | 0.43% | 0.33% | - |
| HSV(B) | 90.83º | 0.61% | 0.47% | - |
| XYZ | 10.59 | 15.19 | 5.06 | - |
| YUV | 99.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 47 | 0.31 | 0 | 0.61 | 0.53 | 90.83 | 0.43 | 0.33 |
| Hex | 52 | 77 | 2F | 1F | 0 | 3D | 35 | 5B | 2B | 21 |
| Octal | 122 | 167 | 57 | 37 | 0 | 75 | 65 | 133 | 53 | 41 |
| Binary | 1010010 | 1110111 | 101111 | 11111 | 0 | 111101 | 110101 | 1011011 | 101011 | 100001 |
Color Harmonies of #52772F
Complementary color
Monochromatic Colors of #52772F
Black with #52772F
Text Example
Text Example
White with #52772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52772F; }
p { color: rgb(82,119,47); }
H1.HeaderClassName
{
color: #52772F;
}
.AnyTagClassName
{
color: #52772F;
}
</style>
background-color css
<style>
a { background-color: #52772F; }
a { background-color: rgb(82,119,47); }
div.DivClassName
{
background-color: #52772F;
}
.BgClassName
{
background-color: #52772F;
}
</style>
border-color css
<style>
span { border-color: #52772F; }
span { border-color: rgb(82,119,47); }
td.TdClassName
{
border-color: #52772F;
}
.TagClassName
{
border-color: #52772F;
}
</style>