Shades of Green Leaf #52711D
Tints of Green Leaf #52711D
RGB
CMYK
RGB Variations
Color information
#52711D (or 0x52711D) is known color: Green Leaf. HEX triplet: 52, 71 and 1D. RGB value is (82,113,29). Sum of RGB (Red+Green+Blue) = 82+113+29=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #52711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52711D is #AD8EE2. Grayscale: #5E5E5E. Windows color (decimal): -11374307 or 1929554. OLE color: 1929554.
HSL color Cylindrical-coordinate representation of color #52711D: hue angle of 82.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52711D is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 29 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.56 |
| HSL | 82.14º | 0.59% | 0.28% | - |
| HSV(B) | 82.14º | 0.74% | 0.44% | - |
| XYZ | 9.61 | 13.69 | 3.3 | - |
| YUV | 94.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 29 | 0.27 | 0 | 0.74 | 0.56 | 82.14 | 0.59 | 0.28 |
| Hex | 52 | 71 | 1D | 1B | 0 | 4A | 38 | 52 | 3B | 1C |
| Octal | 122 | 161 | 35 | 33 | 0 | 112 | 70 | 122 | 73 | 34 |
| Binary | 1010010 | 1110001 | 11101 | 11011 | 0 | 1001010 | 111000 | 1010010 | 111011 | 11100 |
Color Harmonies of #52711D
Complementary color
Monochromatic Colors of #52711D
Black with #52711D
Text Example
Text Example
White with #52711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52711D; }
p { color: rgb(82,113,29); }
H1.HeaderClassName
{
color: #52711D;
}
.AnyTagClassName
{
color: #52711D;
}
</style>
background-color css
<style>
a { background-color: #52711D; }
a { background-color: rgb(82,113,29); }
div.DivClassName
{
background-color: #52711D;
}
.BgClassName
{
background-color: #52711D;
}
</style>
border-color css
<style>
span { border-color: #52711D; }
span { border-color: rgb(82,113,29); }
td.TdClassName
{
border-color: #52711D;
}
.TagClassName
{
border-color: #52711D;
}
</style>