Shades of Green Leaf #52782D
Tints of Green Leaf #52782D
RGB
CMYK
RGB Variations
Color information
#52782D (or 0x52782D) is known color: Green Leaf. HEX triplet: 52, 78 and 2D. RGB value is (82,120,45). Sum of RGB (Red+Green+Blue) = 82+120+45=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #52782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52782D is #AD87D2. Grayscale: #646464. Windows color (decimal): -11372499 or 2979922. OLE color: 2979922.
HSL color Cylindrical-coordinate representation of color #52782D: hue angle of 90.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52782D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 45 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.53 |
| HSL | 90.4º | 0.45% | 0.32% | - |
| HSV(B) | 90.4º | 0.63% | 0.47% | - |
| XYZ | 10.67 | 15.42 | 4.9 | - |
| YUV | 100.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 45 | 0.32 | 0 | 0.63 | 0.53 | 90.4 | 0.45 | 0.32 |
| Hex | 52 | 78 | 2D | 20 | 0 | 3F | 35 | 5A | 2D | 20 |
| Octal | 122 | 170 | 55 | 40 | 0 | 77 | 65 | 132 | 55 | 40 |
| Binary | 1010010 | 1111000 | 101101 | 100000 | 0 | 111111 | 110101 | 1011010 | 101101 | 100000 |
Color Harmonies of #52782D
Complementary color
Monochromatic Colors of #52782D
Black with #52782D
Text Example
Text Example
White with #52782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52782D; }
p { color: rgb(82,120,45); }
H1.HeaderClassName
{
color: #52782D;
}
.AnyTagClassName
{
color: #52782D;
}
</style>
background-color css
<style>
a { background-color: #52782D; }
a { background-color: rgb(82,120,45); }
div.DivClassName
{
background-color: #52782D;
}
.BgClassName
{
background-color: #52782D;
}
</style>
border-color css
<style>
span { border-color: #52782D; }
span { border-color: rgb(82,120,45); }
td.TdClassName
{
border-color: #52782D;
}
.TagClassName
{
border-color: #52782D;
}
</style>