Shades of Green Leaf #52781D
Tints of Green Leaf #52781D
RGB
CMYK
RGB Variations
Color information
#52781D (or 0x52781D) is known color: Green Leaf. HEX triplet: 52, 78 and 1D. RGB value is (82,120,29). Sum of RGB (Red+Green+Blue) = 82+120+29=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #52781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52781D is #AD87E2. Grayscale: #626262. Windows color (decimal): -11372515 or 1931346. OLE color: 1931346.
HSL color Cylindrical-coordinate representation of color #52781D: hue angle of 85.05º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52781D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 29 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.53 |
| HSL | 85.05º | 0.61% | 0.29% | - |
| HSV(B) | 85.05º | 0.76% | 0.47% | - |
| XYZ | 10.42 | 15.32 | 3.57 | - |
| YUV | 98.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 29 | 0.32 | 0 | 0.76 | 0.53 | 85.05 | 0.61 | 0.29 |
| Hex | 52 | 78 | 1D | 20 | 0 | 4C | 35 | 55 | 3D | 1D |
| Octal | 122 | 170 | 35 | 40 | 0 | 114 | 65 | 125 | 75 | 35 |
| Binary | 1010010 | 1111000 | 11101 | 100000 | 0 | 1001100 | 110101 | 1010101 | 111101 | 11101 |
Color Harmonies of #52781D
Complementary color
Monochromatic Colors of #52781D
Black with #52781D
Text Example
Text Example
White with #52781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52781D; }
p { color: rgb(82,120,29); }
H1.HeaderClassName
{
color: #52781D;
}
.AnyTagClassName
{
color: #52781D;
}
</style>
background-color css
<style>
a { background-color: #52781D; }
a { background-color: rgb(82,120,29); }
div.DivClassName
{
background-color: #52781D;
}
.BgClassName
{
background-color: #52781D;
}
</style>
border-color css
<style>
span { border-color: #52781D; }
span { border-color: rgb(82,120,29); }
td.TdClassName
{
border-color: #52781D;
}
.TagClassName
{
border-color: #52781D;
}
</style>