Shades of Green Leaf #536F20
Tints of Green Leaf #536F20
RGB
CMYK
RGB Variations
Color information
#536F20 (or 0x536F20) is known color: Green Leaf. HEX triplet: 53, 6F and 20. RGB value is (83,111,32). Sum of RGB (Red+Green+Blue) = 83+111+32=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #536F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F20 is #AC90DF. Grayscale: #5D5D5D. Windows color (decimal): -11309280 or 2125651. OLE color: 2125651.
HSL color Cylindrical-coordinate representation of color #536F20: hue angle of 81.27º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #536F20 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 111 | 32 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.56 |
| HSL | 81.27º | 0.55% | 0.28% | - |
| HSV(B) | 81.27º | 0.71% | 0.44% | - |
| XYZ | 9.51 | 13.31 | 3.43 | - |
| YUV | 93.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 32 | 0.25 | 0 | 0.71 | 0.56 | 81.27 | 0.55 | 0.28 |
| Hex | 53 | 6F | 20 | 19 | 0 | 47 | 38 | 51 | 37 | 1C |
| Octal | 123 | 157 | 40 | 31 | 0 | 107 | 70 | 121 | 67 | 34 |
| Binary | 1010011 | 1101111 | 100000 | 11001 | 0 | 1000111 | 111000 | 1010001 | 110111 | 11100 |
Color Harmonies of #536F20
Complementary color
Monochromatic Colors of #536F20
Black with #536F20
Text Example
Text Example
White with #536F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F20; }
p { color: rgb(83,111,32); }
H1.HeaderClassName
{
color: #536F20;
}
.AnyTagClassName
{
color: #536F20;
}
</style>
background-color css
<style>
a { background-color: #536F20; }
a { background-color: rgb(83,111,32); }
div.DivClassName
{
background-color: #536F20;
}
.BgClassName
{
background-color: #536F20;
}
</style>
border-color css
<style>
span { border-color: #536F20; }
span { border-color: rgb(83,111,32); }
td.TdClassName
{
border-color: #536F20;
}
.TagClassName
{
border-color: #536F20;
}
</style>