Shades of Green Leaf #537B15
Tints of Green Leaf #537B15
RGB
CMYK
RGB Variations
Color information
#537B15 (or 0x537B15) is known color: Green Leaf. HEX triplet: 53, 7B and 15. RGB value is (83,123,21). Sum of RGB (Red+Green+Blue) = 83+123+21=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #537B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537B15 is #AC84EA. Grayscale: #636363. Windows color (decimal): -11306219 or 1407827. OLE color: 1407827.
HSL color Cylindrical-coordinate representation of color #537B15: hue angle of 83.53º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #537B15 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 21 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.52 |
| HSL | 83.53º | 0.71% | 0.28% | - |
| HSV(B) | 83.53º | 0.83% | 0.48% | - |
| XYZ | 10.79 | 16.06 | 3.24 | - |
| YUV | 99.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 21 | 0.33 | 0 | 0.83 | 0.52 | 83.53 | 0.71 | 0.28 |
| Hex | 53 | 7B | 15 | 21 | 0 | 53 | 34 | 54 | 47 | 1C |
| Octal | 123 | 173 | 25 | 41 | 0 | 123 | 64 | 124 | 107 | 34 |
| Binary | 1010011 | 1111011 | 10101 | 100001 | 0 | 1010011 | 110100 | 1010100 | 1000111 | 11100 |
Color Harmonies of #537B15
Complementary color
Monochromatic Colors of #537B15
Black with #537B15
Text Example
Text Example
White with #537B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B15; }
p { color: rgb(83,123,21); }
H1.HeaderClassName
{
color: #537B15;
}
.AnyTagClassName
{
color: #537B15;
}
</style>
background-color css
<style>
a { background-color: #537B15; }
a { background-color: rgb(83,123,21); }
div.DivClassName
{
background-color: #537B15;
}
.BgClassName
{
background-color: #537B15;
}
</style>
border-color css
<style>
span { border-color: #537B15; }
span { border-color: rgb(83,123,21); }
td.TdClassName
{
border-color: #537B15;
}
.TagClassName
{
border-color: #537B15;
}
</style>