Shades of Green Leaf #537A15
Tints of Green Leaf #537A15
RGB
CMYK
RGB Variations
Color information
#537A15 (or 0x537A15) is known color: Green Leaf. HEX triplet: 53, 7A and 15. RGB value is (83,122,21). Sum of RGB (Red+Green+Blue) = 83+122+21=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 122 (48.05% from 255 or 53.98% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 122 - color contains mainly: green. Hex color #537A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537A15 is #AC85EA. Grayscale: #636363. Windows color (decimal): -11306475 or 1407571. OLE color: 1407571.
HSL color Cylindrical-coordinate representation of color #537A15: hue angle of 83.17º 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 #537A15 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 21 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.52 |
| HSL | 83.17º | 0.71% | 0.28% | - |
| HSV(B) | 83.17º | 0.83% | 0.48% | - |
| XYZ | 10.66 | 15.81 | 3.2 | - |
| YUV | 98.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 21 | 0.32 | 0 | 0.83 | 0.52 | 83.17 | 0.71 | 0.28 |
| Hex | 53 | 7A | 15 | 20 | 0 | 53 | 34 | 53 | 47 | 1C |
| Octal | 123 | 172 | 25 | 40 | 0 | 123 | 64 | 123 | 107 | 34 |
| Binary | 1010011 | 1111010 | 10101 | 100000 | 0 | 1010011 | 110100 | 1010011 | 1000111 | 11100 |
Color Harmonies of #537A15
Complementary color
Monochromatic Colors of #537A15
Black with #537A15
Text Example
Text Example
White with #537A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A15; }
p { color: rgb(83,122,21); }
H1.HeaderClassName
{
color: #537A15;
}
.AnyTagClassName
{
color: #537A15;
}
</style>
background-color css
<style>
a { background-color: #537A15; }
a { background-color: rgb(83,122,21); }
div.DivClassName
{
background-color: #537A15;
}
.BgClassName
{
background-color: #537A15;
}
</style>
border-color css
<style>
span { border-color: #537A15; }
span { border-color: rgb(83,122,21); }
td.TdClassName
{
border-color: #537A15;
}
.TagClassName
{
border-color: #537A15;
}
</style>