Shades of Green Leaf #537B16
Tints of Green Leaf #537B16
RGB
CMYK
RGB Variations
Color information
#537B16 (or 0x537B16) is known color: Green Leaf. HEX triplet: 53, 7B and 16. RGB value is (83,123,22). Sum of RGB (Red+Green+Blue) = 83+123+22=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #537B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537B16 is #AC84E9. Grayscale: #636363. Windows color (decimal): -11306218 or 1473363. OLE color: 1473363.
HSL color Cylindrical-coordinate representation of color #537B16: hue angle of 83.76º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #537B16 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 22 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.52 |
| HSL | 83.76º | 0.7% | 0.28% | - |
| HSV(B) | 83.76º | 0.82% | 0.48% | - |
| XYZ | 10.8 | 16.06 | 3.29 | - |
| YUV | 99.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 22 | 0.33 | 0 | 0.82 | 0.52 | 83.76 | 0.7 | 0.28 |
| Hex | 53 | 7B | 16 | 21 | 0 | 52 | 34 | 54 | 46 | 1C |
| Octal | 123 | 173 | 26 | 41 | 0 | 122 | 64 | 124 | 106 | 34 |
| Binary | 1010011 | 1111011 | 10110 | 100001 | 0 | 1010010 | 110100 | 1010100 | 1000110 | 11100 |
Color Harmonies of #537B16
Complementary color
Monochromatic Colors of #537B16
Black with #537B16
Text Example
Text Example
White with #537B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B16; }
p { color: rgb(83,123,22); }
H1.HeaderClassName
{
color: #537B16;
}
.AnyTagClassName
{
color: #537B16;
}
</style>
background-color css
<style>
a { background-color: #537B16; }
a { background-color: rgb(83,123,22); }
div.DivClassName
{
background-color: #537B16;
}
.BgClassName
{
background-color: #537B16;
}
</style>
border-color css
<style>
span { border-color: #537B16; }
span { border-color: rgb(83,123,22); }
td.TdClassName
{
border-color: #537B16;
}
.TagClassName
{
border-color: #537B16;
}
</style>