Shades of Green Leaf #536C37
Tints of Green Leaf #536C37
RGB
CMYK
RGB Variations
Color information
#536C37 (or 0x536C37) is known color: Green Leaf. HEX triplet: 53, 6C and 37. RGB value is (83,108,55). Sum of RGB (Red+Green+Blue) = 83+108+55=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #536C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C37 is #AC93C8. Grayscale: #5E5E5E. Windows color (decimal): -11310025 or 3632211. OLE color: 3632211.
HSL color Cylindrical-coordinate representation of color #536C37: hue angle of 88.3º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #536C37 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 55 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.58 |
| HSL | 88.3º | 0.33% | 0.32% | - |
| HSV(B) | 88.3º | 0.49% | 0.42% | - |
| XYZ | 9.62 | 12.84 | 5.59 | - |
| YUV | 94.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 55 | 0.23 | 0 | 0.49 | 0.58 | 88.3 | 0.33 | 0.32 |
| Hex | 53 | 6C | 37 | 17 | 0 | 31 | 3A | 58 | 21 | 20 |
| Octal | 123 | 154 | 67 | 27 | 0 | 61 | 72 | 130 | 41 | 40 |
| Binary | 1010011 | 1101100 | 110111 | 10111 | 0 | 110001 | 111010 | 1011000 | 100001 | 100000 |
Color Harmonies of #536C37
Complementary color
Monochromatic Colors of #536C37
Black with #536C37
Text Example
Text Example
White with #536C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C37; }
p { color: rgb(83,108,55); }
H1.HeaderClassName
{
color: #536C37;
}
.AnyTagClassName
{
color: #536C37;
}
</style>
background-color css
<style>
a { background-color: #536C37; }
a { background-color: rgb(83,108,55); }
div.DivClassName
{
background-color: #536C37;
}
.BgClassName
{
background-color: #536C37;
}
</style>
border-color css
<style>
span { border-color: #536C37; }
span { border-color: rgb(83,108,55); }
td.TdClassName
{
border-color: #536C37;
}
.TagClassName
{
border-color: #536C37;
}
</style>