Shades of Green Leaf #52762F
Tints of Green Leaf #52762F
RGB
CMYK
RGB Variations
Color information
#52762F (or 0x52762F) is known color: Green Leaf. HEX triplet: 52, 76 and 2F. RGB value is (82,118,47). Sum of RGB (Red+Green+Blue) = 82+118+47=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #52762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52762F is #AD89D0. Grayscale: #636363. Windows color (decimal): -11373009 or 3110482. OLE color: 3110482.
HSL color Cylindrical-coordinate representation of color #52762F: hue angle of 90.42º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52762F is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 47 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.54 |
| HSL | 90.42º | 0.43% | 0.32% | - |
| HSV(B) | 90.42º | 0.6% | 0.46% | - |
| XYZ | 10.47 | 14.96 | 5.02 | - |
| YUV | 99.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 47 | 0.31 | 0 | 0.60 | 0.54 | 90.42 | 0.43 | 0.32 |
| Hex | 52 | 76 | 2F | 1F | 0 | 3C | 36 | 5A | 2B | 20 |
| Octal | 122 | 166 | 57 | 37 | 0 | 74 | 66 | 132 | 53 | 40 |
| Binary | 1010010 | 1110110 | 101111 | 11111 | 0 | 111100 | 110110 | 1011010 | 101011 | 100000 |
Color Harmonies of #52762F
Complementary color
Monochromatic Colors of #52762F
Black with #52762F
Text Example
Text Example
White with #52762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52762F; }
p { color: rgb(82,118,47); }
H1.HeaderClassName
{
color: #52762F;
}
.AnyTagClassName
{
color: #52762F;
}
</style>
background-color css
<style>
a { background-color: #52762F; }
a { background-color: rgb(82,118,47); }
div.DivClassName
{
background-color: #52762F;
}
.BgClassName
{
background-color: #52762F;
}
</style>
border-color css
<style>
span { border-color: #52762F; }
span { border-color: rgb(82,118,47); }
td.TdClassName
{
border-color: #52762F;
}
.TagClassName
{
border-color: #52762F;
}
</style>