Shades of Green Leaf #52701F
Tints of Green Leaf #52701F
RGB
CMYK
RGB Variations
Color information
#52701F (or 0x52701F) is known color: Green Leaf. HEX triplet: 52, 70 and 1F. RGB value is (82,112,31). Sum of RGB (Red+Green+Blue) = 82+112+31=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #52701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52701F is #AD8FE0. Grayscale: #5E5E5E. Windows color (decimal): -11374561 or 2060370. OLE color: 2060370.
HSL color Cylindrical-coordinate representation of color #52701F: hue angle of 82.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52701F is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 31 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.56 |
| HSL | 82.22º | 0.57% | 0.28% | - |
| HSV(B) | 82.22º | 0.72% | 0.44% | - |
| XYZ | 9.52 | 13.48 | 3.4 | - |
| YUV | 93.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 31 | 0.27 | 0 | 0.72 | 0.56 | 82.22 | 0.57 | 0.28 |
| Hex | 52 | 70 | 1F | 1B | 0 | 48 | 38 | 52 | 39 | 1C |
| Octal | 122 | 160 | 37 | 33 | 0 | 110 | 70 | 122 | 71 | 34 |
| Binary | 1010010 | 1110000 | 11111 | 11011 | 0 | 1001000 | 111000 | 1010010 | 111001 | 11100 |
Color Harmonies of #52701F
Complementary color
Monochromatic Colors of #52701F
Black with #52701F
Text Example
Text Example
White with #52701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52701F; }
p { color: rgb(82,112,31); }
H1.HeaderClassName
{
color: #52701F;
}
.AnyTagClassName
{
color: #52701F;
}
</style>
background-color css
<style>
a { background-color: #52701F; }
a { background-color: rgb(82,112,31); }
div.DivClassName
{
background-color: #52701F;
}
.BgClassName
{
background-color: #52701F;
}
</style>
border-color css
<style>
span { border-color: #52701F; }
span { border-color: rgb(82,112,31); }
td.TdClassName
{
border-color: #52701F;
}
.TagClassName
{
border-color: #52701F;
}
</style>