Shades of Green Leaf #536A22
Tints of Green Leaf #536A22
RGB
CMYK
RGB Variations
Color information
#536A22 (or 0x536A22) is known color: Green Leaf. HEX triplet: 53, 6A and 22. RGB value is (83,106,34). Sum of RGB (Red+Green+Blue) = 83+106+34=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #536A22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A22 is #AC95DD. Grayscale: #5B5B5B. Windows color (decimal): -11310558 or 2255443. OLE color: 2255443.
HSL color Cylindrical-coordinate representation of color #536A22: hue angle of 79.17º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #536A22 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 34 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.58 |
| HSL | 79.17º | 0.51% | 0.27% | - |
| HSV(B) | 79.17º | 0.68% | 0.42% | - |
| XYZ | 9.01 | 12.26 | 3.41 | - |
| YUV | 90.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 34 | 0.22 | 0 | 0.68 | 0.58 | 79.17 | 0.51 | 0.27 |
| Hex | 53 | 6A | 22 | 16 | 0 | 44 | 3A | 4F | 33 | 1B |
| Octal | 123 | 152 | 42 | 26 | 0 | 104 | 72 | 117 | 63 | 33 |
| Binary | 1010011 | 1101010 | 100010 | 10110 | 0 | 1000100 | 111010 | 1001111 | 110011 | 11011 |
Color Harmonies of #536A22
Complementary color
Monochromatic Colors of #536A22
Black with #536A22
Text Example
Text Example
White with #536A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A22; }
p { color: rgb(83,106,34); }
H1.HeaderClassName
{
color: #536A22;
}
.AnyTagClassName
{
color: #536A22;
}
</style>
background-color css
<style>
a { background-color: #536A22; }
a { background-color: rgb(83,106,34); }
div.DivClassName
{
background-color: #536A22;
}
.BgClassName
{
background-color: #536A22;
}
</style>
border-color css
<style>
span { border-color: #536A22; }
span { border-color: rgb(83,106,34); }
td.TdClassName
{
border-color: #536A22;
}
.TagClassName
{
border-color: #536A22;
}
</style>