Shades of Green Leaf #537033
Tints of Green Leaf #537033
RGB
CMYK
RGB Variations
Color information
#537033 (or 0x537033) is known color: Green Leaf. HEX triplet: 53, 70 and 33. RGB value is (83,112,51). Sum of RGB (Red+Green+Blue) = 83+112+51=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #537033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537033 is #AC8FCC. Grayscale: #606060. Windows color (decimal): -11309005 or 3371091. OLE color: 3371091.
HSL color Cylindrical-coordinate representation of color #537033: hue angle of 88.52º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537033 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 51 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.56 |
| HSL | 88.52º | 0.37% | 0.32% | - |
| HSV(B) | 88.52º | 0.54% | 0.44% | - |
| XYZ | 9.96 | 13.67 | 5.24 | - |
| YUV | 96.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 51 | 0.26 | 0 | 0.54 | 0.56 | 88.52 | 0.37 | 0.32 |
| Hex | 53 | 70 | 33 | 1A | 0 | 36 | 38 | 59 | 25 | 20 |
| Octal | 123 | 160 | 63 | 32 | 0 | 66 | 70 | 131 | 45 | 40 |
| Binary | 1010011 | 1110000 | 110011 | 11010 | 0 | 110110 | 111000 | 1011001 | 100101 | 100000 |
Color Harmonies of #537033
Complementary color
Monochromatic Colors of #537033
Black with #537033
Text Example
Text Example
White with #537033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537033; }
p { color: rgb(83,112,51); }
H1.HeaderClassName
{
color: #537033;
}
.AnyTagClassName
{
color: #537033;
}
</style>
background-color css
<style>
a { background-color: #537033; }
a { background-color: rgb(83,112,51); }
div.DivClassName
{
background-color: #537033;
}
.BgClassName
{
background-color: #537033;
}
</style>
border-color css
<style>
span { border-color: #537033; }
span { border-color: rgb(83,112,51); }
td.TdClassName
{
border-color: #537033;
}
.TagClassName
{
border-color: #537033;
}
</style>