Shades of Green Leaf #536D23
Tints of Green Leaf #536D23
RGB
CMYK
RGB Variations
Color information
#536D23 (or 0x536D23) is known color: Green Leaf. HEX triplet: 53, 6D and 23. RGB value is (83,109,35). Sum of RGB (Red+Green+Blue) = 83+109+35=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #536D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D23 is #AC92DC. Grayscale: #5D5D5D. Windows color (decimal): -11309789 or 2321747. OLE color: 2321747.
HSL color Cylindrical-coordinate representation of color #536D23: hue angle of 81.08º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #536D23 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 35 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.57 |
| HSL | 81.08º | 0.51% | 0.28% | - |
| HSV(B) | 81.08º | 0.68% | 0.43% | - |
| XYZ | 9.34 | 12.9 | 3.59 | - |
| YUV | 92.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 35 | 0.24 | 0 | 0.68 | 0.57 | 81.08 | 0.51 | 0.28 |
| Hex | 53 | 6D | 23 | 18 | 0 | 44 | 39 | 51 | 33 | 1C |
| Octal | 123 | 155 | 43 | 30 | 0 | 104 | 71 | 121 | 63 | 34 |
| Binary | 1010011 | 1101101 | 100011 | 11000 | 0 | 1000100 | 111001 | 1010001 | 110011 | 11100 |
Color Harmonies of #536D23
Complementary color
Monochromatic Colors of #536D23
Black with #536D23
Text Example
Text Example
White with #536D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D23; }
p { color: rgb(83,109,35); }
H1.HeaderClassName
{
color: #536D23;
}
.AnyTagClassName
{
color: #536D23;
}
</style>
background-color css
<style>
a { background-color: #536D23; }
a { background-color: rgb(83,109,35); }
div.DivClassName
{
background-color: #536D23;
}
.BgClassName
{
background-color: #536D23;
}
</style>
border-color css
<style>
span { border-color: #536D23; }
span { border-color: rgb(83,109,35); }
td.TdClassName
{
border-color: #536D23;
}
.TagClassName
{
border-color: #536D23;
}
</style>