Shades of Green Leaf #53721A
Tints of Green Leaf #53721A
RGB
CMYK
RGB Variations
Color information
#53721A (or 0x53721A) is known color: Green Leaf. HEX triplet: 53, 72 and 1A. RGB value is (83,114,26). Sum of RGB (Red+Green+Blue) = 83+114+26=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #53721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53721A is #AC8DE5. Grayscale: #5F5F5F. Windows color (decimal): -11308518 or 1733203. OLE color: 1733203.
HSL color Cylindrical-coordinate representation of color #53721A: hue angle of 81.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53721A is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 26 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.55 |
| HSL | 81.14º | 0.63% | 0.27% | - |
| HSV(B) | 81.14º | 0.77% | 0.45% | - |
| XYZ | 9.77 | 13.95 | 3.15 | - |
| YUV | 94.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 26 | 0.27 | 0 | 0.77 | 0.55 | 81.14 | 0.63 | 0.27 |
| Hex | 53 | 72 | 1A | 1B | 0 | 4D | 37 | 51 | 3F | 1B |
| Octal | 123 | 162 | 32 | 33 | 0 | 115 | 67 | 121 | 77 | 33 |
| Binary | 1010011 | 1110010 | 11010 | 11011 | 0 | 1001101 | 110111 | 1010001 | 111111 | 11011 |
Color Harmonies of #53721A
Complementary color
Monochromatic Colors of #53721A
Black with #53721A
Text Example
Text Example
White with #53721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53721A; }
p { color: rgb(83,114,26); }
H1.HeaderClassName
{
color: #53721A;
}
.AnyTagClassName
{
color: #53721A;
}
</style>
background-color css
<style>
a { background-color: #53721A; }
a { background-color: rgb(83,114,26); }
div.DivClassName
{
background-color: #53721A;
}
.BgClassName
{
background-color: #53721A;
}
</style>
border-color css
<style>
span { border-color: #53721A; }
span { border-color: rgb(83,114,26); }
td.TdClassName
{
border-color: #53721A;
}
.TagClassName
{
border-color: #53721A;
}
</style>