Shades of Green Leaf #52762C
Tints of Green Leaf #52762C
RGB
CMYK
RGB Variations
Color information
#52762C (or 0x52762C) is known color: Green Leaf. HEX triplet: 52, 76 and 2C. RGB value is (82,118,44). Sum of RGB (Red+Green+Blue) = 82+118+44=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #52762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52762C is #AD89D3. Grayscale: #636363. Windows color (decimal): -11373012 or 2913874. OLE color: 2913874.
HSL color Cylindrical-coordinate representation of color #52762C: hue angle of 89.19º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52762C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 44 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.54 |
| HSL | 89.19º | 0.46% | 0.32% | - |
| HSV(B) | 89.19º | 0.63% | 0.46% | - |
| XYZ | 10.41 | 14.93 | 4.72 | - |
| YUV | 98.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 44 | 0.31 | 0 | 0.63 | 0.54 | 89.19 | 0.46 | 0.32 |
| Hex | 52 | 76 | 2C | 1F | 0 | 3F | 36 | 59 | 2E | 20 |
| Octal | 122 | 166 | 54 | 37 | 0 | 77 | 66 | 131 | 56 | 40 |
| Binary | 1010010 | 1110110 | 101100 | 11111 | 0 | 111111 | 110110 | 1011001 | 101110 | 100000 |
Color Harmonies of #52762C
Complementary color
Monochromatic Colors of #52762C
Black with #52762C
Text Example
Text Example
White with #52762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52762C; }
p { color: rgb(82,118,44); }
H1.HeaderClassName
{
color: #52762C;
}
.AnyTagClassName
{
color: #52762C;
}
</style>
background-color css
<style>
a { background-color: #52762C; }
a { background-color: rgb(82,118,44); }
div.DivClassName
{
background-color: #52762C;
}
.BgClassName
{
background-color: #52762C;
}
</style>
border-color css
<style>
span { border-color: #52762C; }
span { border-color: rgb(82,118,44); }
td.TdClassName
{
border-color: #52762C;
}
.TagClassName
{
border-color: #52762C;
}
</style>