Shades of Green Leaf #53722D
Tints of Green Leaf #53722D
RGB
CMYK
RGB Variations
Color information
#53722D (or 0x53722D) is known color: Green Leaf. HEX triplet: 53, 72 and 2D. RGB value is (83,114,45). Sum of RGB (Red+Green+Blue) = 83+114+45=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #53722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53722D is #AC8DD2. Grayscale: #616161. Windows color (decimal): -11308499 or 2978387. OLE color: 2978387.
HSL color Cylindrical-coordinate representation of color #53722D: hue angle of 86.96º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53722D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 45 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.55 |
| HSL | 86.96º | 0.43% | 0.31% | - |
| HSV(B) | 86.96º | 0.61% | 0.45% | - |
| XYZ | 10.06 | 14.06 | 4.67 | - |
| YUV | 96.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 45 | 0.27 | 0 | 0.61 | 0.55 | 86.96 | 0.43 | 0.31 |
| Hex | 53 | 72 | 2D | 1B | 0 | 3D | 37 | 57 | 2B | 1F |
| Octal | 123 | 162 | 55 | 33 | 0 | 75 | 67 | 127 | 53 | 37 |
| Binary | 1010011 | 1110010 | 101101 | 11011 | 0 | 111101 | 110111 | 1010111 | 101011 | 11111 |
Color Harmonies of #53722D
Complementary color
Monochromatic Colors of #53722D
Black with #53722D
Text Example
Text Example
White with #53722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53722D; }
p { color: rgb(83,114,45); }
H1.HeaderClassName
{
color: #53722D;
}
.AnyTagClassName
{
color: #53722D;
}
</style>
background-color css
<style>
a { background-color: #53722D; }
a { background-color: rgb(83,114,45); }
div.DivClassName
{
background-color: #53722D;
}
.BgClassName
{
background-color: #53722D;
}
</style>
border-color css
<style>
span { border-color: #53722D; }
span { border-color: rgb(83,114,45); }
td.TdClassName
{
border-color: #53722D;
}
.TagClassName
{
border-color: #53722D;
}
</style>