Shades of Green Leaf #53711E
Tints of Green Leaf #53711E
RGB
CMYK
RGB Variations
Color information
#53711E (or 0x53711E) is known color: Green Leaf. HEX triplet: 53, 71 and 1E. RGB value is (83,113,30). Sum of RGB (Red+Green+Blue) = 83+113+30=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #53711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53711E is #AC8EE1. Grayscale: #5E5E5E. Windows color (decimal): -11308770 or 1995091. OLE color: 1995091.
HSL color Cylindrical-coordinate representation of color #53711E: hue angle of 81.69º 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 #53711E is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 30 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.56 |
| HSL | 81.69º | 0.58% | 0.28% | - |
| HSV(B) | 81.69º | 0.73% | 0.44% | - |
| XYZ | 9.71 | 13.74 | 3.37 | - |
| YUV | 94.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 30 | 0.27 | 0 | 0.73 | 0.56 | 81.69 | 0.58 | 0.28 |
| Hex | 53 | 71 | 1E | 1B | 0 | 49 | 38 | 52 | 3A | 1C |
| Octal | 123 | 161 | 36 | 33 | 0 | 111 | 70 | 122 | 72 | 34 |
| Binary | 1010011 | 1110001 | 11110 | 11011 | 0 | 1001001 | 111000 | 1010010 | 111010 | 11100 |
Color Harmonies of #53711E
Complementary color
Monochromatic Colors of #53711E
Black with #53711E
Text Example
Text Example
White with #53711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53711E; }
p { color: rgb(83,113,30); }
H1.HeaderClassName
{
color: #53711E;
}
.AnyTagClassName
{
color: #53711E;
}
</style>
background-color css
<style>
a { background-color: #53711E; }
a { background-color: rgb(83,113,30); }
div.DivClassName
{
background-color: #53711E;
}
.BgClassName
{
background-color: #53711E;
}
</style>
border-color css
<style>
span { border-color: #53711E; }
span { border-color: rgb(83,113,30); }
td.TdClassName
{
border-color: #53711E;
}
.TagClassName
{
border-color: #53711E;
}
</style>