Shades of Green Leaf #52701E
Tints of Green Leaf #52701E
RGB
CMYK
RGB Variations
Color information
#52701E (or 0x52701E) is known color: Green Leaf. HEX triplet: 52, 70 and 1E. RGB value is (82,112,30). Sum of RGB (Red+Green+Blue) = 82+112+30=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #52701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52701E is #AD8FE1. Grayscale: #5D5D5D. Windows color (decimal): -11374562 or 1994834. OLE color: 1994834.
HSL color Cylindrical-coordinate representation of color #52701E: hue angle of 81.95º 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 #52701E is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 30 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.56 |
| HSL | 81.95º | 0.58% | 0.28% | - |
| HSV(B) | 81.95º | 0.73% | 0.44% | - |
| XYZ | 9.51 | 13.48 | 3.33 | - |
| YUV | 93.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 30 | 0.27 | 0 | 0.73 | 0.56 | 81.95 | 0.58 | 0.28 |
| Hex | 52 | 70 | 1E | 1B | 0 | 49 | 38 | 52 | 3A | 1C |
| Octal | 122 | 160 | 36 | 33 | 0 | 111 | 70 | 122 | 72 | 34 |
| Binary | 1010010 | 1110000 | 11110 | 11011 | 0 | 1001001 | 111000 | 1010010 | 111010 | 11100 |
Color Harmonies of #52701E
Complementary color
Monochromatic Colors of #52701E
Black with #52701E
Text Example
Text Example
White with #52701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52701E; }
p { color: rgb(82,112,30); }
H1.HeaderClassName
{
color: #52701E;
}
.AnyTagClassName
{
color: #52701E;
}
</style>
background-color css
<style>
a { background-color: #52701E; }
a { background-color: rgb(82,112,30); }
div.DivClassName
{
background-color: #52701E;
}
.BgClassName
{
background-color: #52701E;
}
</style>
border-color css
<style>
span { border-color: #52701E; }
span { border-color: rgb(82,112,30); }
td.TdClassName
{
border-color: #52701E;
}
.TagClassName
{
border-color: #52701E;
}
</style>