Shades of Green Leaf #53721B
Tints of Green Leaf #53721B
RGB
CMYK
RGB Variations
Color information
#53721B (or 0x53721B) is known color: Green Leaf. HEX triplet: 53, 72 and 1B. RGB value is (83,114,27). Sum of RGB (Red+Green+Blue) = 83+114+27=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #53721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53721B is #AC8DE4. Grayscale: #5F5F5F. Windows color (decimal): -11308517 or 1798739. OLE color: 1798739.
HSL color Cylindrical-coordinate representation of color #53721B: hue angle of 81.38º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53721B is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 27 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.55 |
| HSL | 81.38º | 0.62% | 0.28% | - |
| HSV(B) | 81.38º | 0.76% | 0.45% | - |
| XYZ | 9.78 | 13.95 | 3.21 | - |
| YUV | 94.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 27 | 0.27 | 0 | 0.76 | 0.55 | 81.38 | 0.62 | 0.28 |
| Hex | 53 | 72 | 1B | 1B | 0 | 4C | 37 | 51 | 3E | 1C |
| Octal | 123 | 162 | 33 | 33 | 0 | 114 | 67 | 121 | 76 | 34 |
| Binary | 1010011 | 1110010 | 11011 | 11011 | 0 | 1001100 | 110111 | 1010001 | 111110 | 11100 |
Color Harmonies of #53721B
Complementary color
Monochromatic Colors of #53721B
Black with #53721B
Text Example
Text Example
White with #53721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53721B; }
p { color: rgb(83,114,27); }
H1.HeaderClassName
{
color: #53721B;
}
.AnyTagClassName
{
color: #53721B;
}
</style>
background-color css
<style>
a { background-color: #53721B; }
a { background-color: rgb(83,114,27); }
div.DivClassName
{
background-color: #53721B;
}
.BgClassName
{
background-color: #53721B;
}
</style>
border-color css
<style>
span { border-color: #53721B; }
span { border-color: rgb(83,114,27); }
td.TdClassName
{
border-color: #53721B;
}
.TagClassName
{
border-color: #53721B;
}
</style>