Shades of Green Leaf #52711E
Tints of Green Leaf #52711E
RGB
CMYK
RGB Variations
Color information
#52711E (or 0x52711E) is known color: Green Leaf. HEX triplet: 52, 71 and 1E. RGB value is (82,113,30). Sum of RGB (Red+Green+Blue) = 82+113+30=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #52711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52711E is #AD8EE1. Grayscale: #5E5E5E. Windows color (decimal): -11374306 or 1995090. OLE color: 1995090.
HSL color Cylindrical-coordinate representation of color #52711E: hue angle of 82.41º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52711E is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 30 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.56 |
| HSL | 82.41º | 0.58% | 0.28% | - |
| HSV(B) | 82.41º | 0.73% | 0.44% | - |
| XYZ | 9.62 | 13.7 | 3.37 | - |
| YUV | 94.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 30 | 0.27 | 0 | 0.73 | 0.56 | 82.41 | 0.58 | 0.28 |
| Hex | 52 | 71 | 1E | 1B | 0 | 49 | 38 | 52 | 3A | 1C |
| Octal | 122 | 161 | 36 | 33 | 0 | 111 | 70 | 122 | 72 | 34 |
| Binary | 1010010 | 1110001 | 11110 | 11011 | 0 | 1001001 | 111000 | 1010010 | 111010 | 11100 |
Color Harmonies of #52711E
Complementary color
Monochromatic Colors of #52711E
Black with #52711E
Text Example
Text Example
White with #52711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52711E; }
p { color: rgb(82,113,30); }
H1.HeaderClassName
{
color: #52711E;
}
.AnyTagClassName
{
color: #52711E;
}
</style>
background-color css
<style>
a { background-color: #52711E; }
a { background-color: rgb(82,113,30); }
div.DivClassName
{
background-color: #52711E;
}
.BgClassName
{
background-color: #52711E;
}
</style>
border-color css
<style>
span { border-color: #52711E; }
span { border-color: rgb(82,113,30); }
td.TdClassName
{
border-color: #52711E;
}
.TagClassName
{
border-color: #52711E;
}
</style>