Shades of Green Leaf #53732F
Tints of Green Leaf #53732F
RGB
CMYK
RGB Variations
Color information
#53732F (or 0x53732F) is known color: Green Leaf. HEX triplet: 53, 73 and 2F. RGB value is (83,115,47). Sum of RGB (Red+Green+Blue) = 83+115+47=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #53732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53732F is #AC8CD0. Grayscale: #616161. Windows color (decimal): -11308241 or 3109715. OLE color: 3109715.
HSL color Cylindrical-coordinate representation of color #53732F: hue angle of 88.24º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53732F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 47 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.55 |
| HSL | 88.24º | 0.42% | 0.32% | - |
| HSV(B) | 88.24º | 0.59% | 0.45% | - |
| XYZ | 10.21 | 14.31 | 4.91 | - |
| YUV | 97.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 47 | 0.28 | 0 | 0.59 | 0.55 | 88.24 | 0.42 | 0.32 |
| Hex | 53 | 73 | 2F | 1C | 0 | 3B | 37 | 58 | 2A | 20 |
| Octal | 123 | 163 | 57 | 34 | 0 | 73 | 67 | 130 | 52 | 40 |
| Binary | 1010011 | 1110011 | 101111 | 11100 | 0 | 111011 | 110111 | 1011000 | 101010 | 100000 |
Color Harmonies of #53732F
Complementary color
Monochromatic Colors of #53732F
Black with #53732F
Text Example
Text Example
White with #53732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53732F; }
p { color: rgb(83,115,47); }
H1.HeaderClassName
{
color: #53732F;
}
.AnyTagClassName
{
color: #53732F;
}
</style>
background-color css
<style>
a { background-color: #53732F; }
a { background-color: rgb(83,115,47); }
div.DivClassName
{
background-color: #53732F;
}
.BgClassName
{
background-color: #53732F;
}
</style>
border-color css
<style>
span { border-color: #53732F; }
span { border-color: rgb(83,115,47); }
td.TdClassName
{
border-color: #53732F;
}
.TagClassName
{
border-color: #53732F;
}
</style>