Shades of Green Leaf #53702E
Tints of Green Leaf #53702E
RGB
CMYK
RGB Variations
Color information
#53702E (or 0x53702E) is known color: Green Leaf. HEX triplet: 53, 70 and 2E. RGB value is (83,112,46). Sum of RGB (Red+Green+Blue) = 83+112+46=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #53702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53702E is #AC8FD1. Grayscale: #606060. Windows color (decimal): -11309010 or 3043411. OLE color: 3043411.
HSL color Cylindrical-coordinate representation of color #53702E: hue angle of 86.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53702E is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 46 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.56 |
| HSL | 86.36º | 0.42% | 0.31% | - |
| HSV(B) | 86.36º | 0.59% | 0.44% | - |
| XYZ | 9.85 | 13.62 | 4.7 | - |
| YUV | 95.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 46 | 0.26 | 0 | 0.59 | 0.56 | 86.36 | 0.42 | 0.31 |
| Hex | 53 | 70 | 2E | 1A | 0 | 3B | 38 | 56 | 2A | 1F |
| Octal | 123 | 160 | 56 | 32 | 0 | 73 | 70 | 126 | 52 | 37 |
| Binary | 1010011 | 1110000 | 101110 | 11010 | 0 | 111011 | 111000 | 1010110 | 101010 | 11111 |
Color Harmonies of #53702E
Complementary color
Monochromatic Colors of #53702E
Black with #53702E
Text Example
Text Example
White with #53702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53702E; }
p { color: rgb(83,112,46); }
H1.HeaderClassName
{
color: #53702E;
}
.AnyTagClassName
{
color: #53702E;
}
</style>
background-color css
<style>
a { background-color: #53702E; }
a { background-color: rgb(83,112,46); }
div.DivClassName
{
background-color: #53702E;
}
.BgClassName
{
background-color: #53702E;
}
</style>
border-color css
<style>
span { border-color: #53702E; }
span { border-color: rgb(83,112,46); }
td.TdClassName
{
border-color: #53702E;
}
.TagClassName
{
border-color: #53702E;
}
</style>