Shades of Green Leaf #536C22
Tints of Green Leaf #536C22
RGB
CMYK
RGB Variations
Color information
#536C22 (or 0x536C22) is known color: Green Leaf. HEX triplet: 53, 6C and 22. RGB value is (83,108,34). Sum of RGB (Red+Green+Blue) = 83+108+34=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #536C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C22 is #AC93DD. Grayscale: #5C5C5C. Windows color (decimal): -11310046 or 2255955. OLE color: 2255955.
HSL color Cylindrical-coordinate representation of color #536C22: hue angle of 80.27º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #536C22 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 34 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.58 |
| HSL | 80.27º | 0.52% | 0.28% | - |
| HSV(B) | 80.27º | 0.69% | 0.42% | - |
| XYZ | 9.22 | 12.68 | 3.47 | - |
| YUV | 92.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 34 | 0.23 | 0 | 0.69 | 0.58 | 80.27 | 0.52 | 0.28 |
| Hex | 53 | 6C | 22 | 17 | 0 | 45 | 3A | 50 | 34 | 1C |
| Octal | 123 | 154 | 42 | 27 | 0 | 105 | 72 | 120 | 64 | 34 |
| Binary | 1010011 | 1101100 | 100010 | 10111 | 0 | 1000101 | 111010 | 1010000 | 110100 | 11100 |
Color Harmonies of #536C22
Complementary color
Monochromatic Colors of #536C22
Black with #536C22
Text Example
Text Example
White with #536C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C22; }
p { color: rgb(83,108,34); }
H1.HeaderClassName
{
color: #536C22;
}
.AnyTagClassName
{
color: #536C22;
}
</style>
background-color css
<style>
a { background-color: #536C22; }
a { background-color: rgb(83,108,34); }
div.DivClassName
{
background-color: #536C22;
}
.BgClassName
{
background-color: #536C22;
}
</style>
border-color css
<style>
span { border-color: #536C22; }
span { border-color: rgb(83,108,34); }
td.TdClassName
{
border-color: #536C22;
}
.TagClassName
{
border-color: #536C22;
}
</style>