Shades of Green Leaf #53721D
Tints of Green Leaf #53721D
RGB
CMYK
RGB Variations
Color information
#53721D (or 0x53721D) is known color: Green Leaf. HEX triplet: 53, 72 and 1D. RGB value is (83,114,29). Sum of RGB (Red+Green+Blue) = 83+114+29=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #53721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53721D is #AC8DE2. Grayscale: #5F5F5F. Windows color (decimal): -11308515 or 1929811. OLE color: 1929811.
HSL color Cylindrical-coordinate representation of color #53721D: hue angle of 81.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53721D is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 29 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.55 |
| HSL | 81.88º | 0.59% | 0.28% | - |
| HSV(B) | 81.88º | 0.75% | 0.45% | - |
| XYZ | 9.81 | 13.96 | 3.34 | - |
| YUV | 95.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 29 | 0.27 | 0 | 0.75 | 0.55 | 81.88 | 0.59 | 0.28 |
| Hex | 53 | 72 | 1D | 1B | 0 | 4B | 37 | 52 | 3B | 1C |
| Octal | 123 | 162 | 35 | 33 | 0 | 113 | 67 | 122 | 73 | 34 |
| Binary | 1010011 | 1110010 | 11101 | 11011 | 0 | 1001011 | 110111 | 1010010 | 111011 | 11100 |
Color Harmonies of #53721D
Complementary color
Monochromatic Colors of #53721D
Black with #53721D
Text Example
Text Example
White with #53721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53721D; }
p { color: rgb(83,114,29); }
H1.HeaderClassName
{
color: #53721D;
}
.AnyTagClassName
{
color: #53721D;
}
</style>
background-color css
<style>
a { background-color: #53721D; }
a { background-color: rgb(83,114,29); }
div.DivClassName
{
background-color: #53721D;
}
.BgClassName
{
background-color: #53721D;
}
</style>
border-color css
<style>
span { border-color: #53721D; }
span { border-color: rgb(83,114,29); }
td.TdClassName
{
border-color: #53721D;
}
.TagClassName
{
border-color: #53721D;
}
</style>