Shades of Green Leaf #52721D
Tints of Green Leaf #52721D
RGB
CMYK
RGB Variations
Color information
#52721D (or 0x52721D) is known color: Green Leaf. HEX triplet: 52, 72 and 1D. RGB value is (82,114,29). Sum of RGB (Red+Green+Blue) = 82+114+29=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #52721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52721D is #AD8DE2. Grayscale: #5F5F5F. Windows color (decimal): -11374051 or 1929810. OLE color: 1929810.
HSL color Cylindrical-coordinate representation of color #52721D: hue angle of 82.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52721D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 29 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.55 |
| HSL | 82.59º | 0.59% | 0.28% | - |
| HSV(B) | 82.59º | 0.75% | 0.45% | - |
| XYZ | 9.72 | 13.92 | 3.34 | - |
| YUV | 94.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 29 | 0.28 | 0 | 0.75 | 0.55 | 82.59 | 0.59 | 0.28 |
| Hex | 52 | 72 | 1D | 1C | 0 | 4B | 37 | 53 | 3B | 1C |
| Octal | 122 | 162 | 35 | 34 | 0 | 113 | 67 | 123 | 73 | 34 |
| Binary | 1010010 | 1110010 | 11101 | 11100 | 0 | 1001011 | 110111 | 1010011 | 111011 | 11100 |
Color Harmonies of #52721D
Complementary color
Monochromatic Colors of #52721D
Black with #52721D
Text Example
Text Example
White with #52721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52721D; }
p { color: rgb(82,114,29); }
H1.HeaderClassName
{
color: #52721D;
}
.AnyTagClassName
{
color: #52721D;
}
</style>
background-color css
<style>
a { background-color: #52721D; }
a { background-color: rgb(82,114,29); }
div.DivClassName
{
background-color: #52721D;
}
.BgClassName
{
background-color: #52721D;
}
</style>
border-color css
<style>
span { border-color: #52721D; }
span { border-color: rgb(82,114,29); }
td.TdClassName
{
border-color: #52721D;
}
.TagClassName
{
border-color: #52721D;
}
</style>