Shades of Green Leaf #536B23
Tints of Green Leaf #536B23
RGB
CMYK
RGB Variations
Color information
#536B23 (or 0x536B23) is known color: Green Leaf. HEX triplet: 53, 6B and 23. RGB value is (83,107,35). Sum of RGB (Red+Green+Blue) = 83+107+35=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #536B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B23 is #AC94DC. Grayscale: #5B5B5B. Windows color (decimal): -11310301 or 2321235. OLE color: 2321235.
HSL color Cylindrical-coordinate representation of color #536B23: hue angle of 80º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536B23 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 107 | 35 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.58 |
| HSL | 80º | 0.51% | 0.28% | - |
| HSV(B) | 80º | 0.67% | 0.42% | - |
| XYZ | 9.13 | 12.48 | 3.52 | - |
| YUV | 91.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 35 | 0.22 | 0 | 0.67 | 0.58 | 80 | 0.51 | 0.28 |
| Hex | 53 | 6B | 23 | 16 | 0 | 43 | 3A | 50 | 33 | 1C |
| Octal | 123 | 153 | 43 | 26 | 0 | 103 | 72 | 120 | 63 | 34 |
| Binary | 1010011 | 1101011 | 100011 | 10110 | 0 | 1000011 | 111010 | 1010000 | 110011 | 11100 |
Color Harmonies of #536B23
Complementary color
Monochromatic Colors of #536B23
Black with #536B23
Text Example
Text Example
White with #536B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536B23; }
p { color: rgb(83,107,35); }
H1.HeaderClassName
{
color: #536B23;
}
.AnyTagClassName
{
color: #536B23;
}
</style>
background-color css
<style>
a { background-color: #536B23; }
a { background-color: rgb(83,107,35); }
div.DivClassName
{
background-color: #536B23;
}
.BgClassName
{
background-color: #536B23;
}
</style>
border-color css
<style>
span { border-color: #536B23; }
span { border-color: rgb(83,107,35); }
td.TdClassName
{
border-color: #536B23;
}
.TagClassName
{
border-color: #536B23;
}
</style>