Shades of Green Leaf #536C31
Tints of Green Leaf #536C31
RGB
CMYK
RGB Variations
Color information
#536C31 (or 0x536C31) is known color: Green Leaf. HEX triplet: 53, 6C and 31. RGB value is (83,108,49). Sum of RGB (Red+Green+Blue) = 83+108+49=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #536C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C31 is #AC93CE. Grayscale: #5E5E5E. Windows color (decimal): -11310031 or 3238995. OLE color: 3238995.
HSL color Cylindrical-coordinate representation of color #536C31: hue angle of 85.42º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536C31 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 49 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.58 |
| HSL | 85.42º | 0.38% | 0.31% | - |
| HSV(B) | 85.42º | 0.55% | 0.42% | - |
| XYZ | 9.48 | 12.79 | 4.87 | - |
| YUV | 93.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 49 | 0.23 | 0 | 0.55 | 0.58 | 85.42 | 0.38 | 0.31 |
| Hex | 53 | 6C | 31 | 17 | 0 | 37 | 3A | 55 | 26 | 1F |
| Octal | 123 | 154 | 61 | 27 | 0 | 67 | 72 | 125 | 46 | 37 |
| Binary | 1010011 | 1101100 | 110001 | 10111 | 0 | 110111 | 111010 | 1010101 | 100110 | 11111 |
Color Harmonies of #536C31
Complementary color
Monochromatic Colors of #536C31
Black with #536C31
Text Example
Text Example
White with #536C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C31; }
p { color: rgb(83,108,49); }
H1.HeaderClassName
{
color: #536C31;
}
.AnyTagClassName
{
color: #536C31;
}
</style>
background-color css
<style>
a { background-color: #536C31; }
a { background-color: rgb(83,108,49); }
div.DivClassName
{
background-color: #536C31;
}
.BgClassName
{
background-color: #536C31;
}
</style>
border-color css
<style>
span { border-color: #536C31; }
span { border-color: rgb(83,108,49); }
td.TdClassName
{
border-color: #536C31;
}
.TagClassName
{
border-color: #536C31;
}
</style>