Shades of Green Leaf #537C14
Tints of Green Leaf #537C14
RGB
CMYK
RGB Variations
Color information
#537C14 (or 0x537C14) is known color: Green Leaf. HEX triplet: 53, 7C and 14. RGB value is (83,124,20). Sum of RGB (Red+Green+Blue) = 83+124+20=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #537C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C14 is #AC83EB. Grayscale: #646464. Windows color (decimal): -11305964 or 1342547. OLE color: 1342547.
HSL color Cylindrical-coordinate representation of color #537C14: hue angle of 83.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #537C14 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 20 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.51 |
| HSL | 83.65º | 0.72% | 0.28% | - |
| HSV(B) | 83.65º | 0.84% | 0.49% | - |
| XYZ | 10.9 | 16.3 | 3.23 | - |
| YUV | 99.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 20 | 0.33 | 0 | 0.84 | 0.51 | 83.65 | 0.72 | 0.28 |
| Hex | 53 | 7C | 14 | 21 | 0 | 54 | 33 | 54 | 48 | 1C |
| Octal | 123 | 174 | 24 | 41 | 0 | 124 | 63 | 124 | 110 | 34 |
| Binary | 1010011 | 1111100 | 10100 | 100001 | 0 | 1010100 | 110011 | 1010100 | 1001000 | 11100 |
Color Harmonies of #537C14
Complementary color
Monochromatic Colors of #537C14
Black with #537C14
Text Example
Text Example
White with #537C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C14; }
p { color: rgb(83,124,20); }
H1.HeaderClassName
{
color: #537C14;
}
.AnyTagClassName
{
color: #537C14;
}
</style>
background-color css
<style>
a { background-color: #537C14; }
a { background-color: rgb(83,124,20); }
div.DivClassName
{
background-color: #537C14;
}
.BgClassName
{
background-color: #537C14;
}
</style>
border-color css
<style>
span { border-color: #537C14; }
span { border-color: rgb(83,124,20); }
td.TdClassName
{
border-color: #537C14;
}
.TagClassName
{
border-color: #537C14;
}
</style>