Shades of Green Leaf #52711C
Tints of Green Leaf #52711C
RGB
CMYK
RGB Variations
Color information
#52711C (or 0x52711C) is known color: Green Leaf. HEX triplet: 52, 71 and 1C. RGB value is (82,113,28). Sum of RGB (Red+Green+Blue) = 82+113+28=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #52711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52711C is #AD8EE3. Grayscale: #5E5E5E. Windows color (decimal): -11374308 or 1864018. OLE color: 1864018.
HSL color Cylindrical-coordinate representation of color #52711C: hue angle of 81.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52711C is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 28 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.56 |
| HSL | 81.88º | 0.6% | 0.28% | - |
| HSV(B) | 81.88º | 0.75% | 0.44% | - |
| XYZ | 9.59 | 13.69 | 3.23 | - |
| YUV | 94.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 28 | 0.27 | 0 | 0.75 | 0.56 | 81.88 | 0.6 | 0.28 |
| Hex | 52 | 71 | 1C | 1B | 0 | 4B | 38 | 52 | 3C | 1C |
| Octal | 122 | 161 | 34 | 33 | 0 | 113 | 70 | 122 | 74 | 34 |
| Binary | 1010010 | 1110001 | 11100 | 11011 | 0 | 1001011 | 111000 | 1010010 | 111100 | 11100 |
Color Harmonies of #52711C
Complementary color
Monochromatic Colors of #52711C
Black with #52711C
Text Example
Text Example
White with #52711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52711C; }
p { color: rgb(82,113,28); }
H1.HeaderClassName
{
color: #52711C;
}
.AnyTagClassName
{
color: #52711C;
}
</style>
background-color css
<style>
a { background-color: #52711C; }
a { background-color: rgb(82,113,28); }
div.DivClassName
{
background-color: #52711C;
}
.BgClassName
{
background-color: #52711C;
}
</style>
border-color css
<style>
span { border-color: #52711C; }
span { border-color: rgb(82,113,28); }
td.TdClassName
{
border-color: #52711C;
}
.TagClassName
{
border-color: #52711C;
}
</style>