Shades of Green Leaf #536928
Tints of Green Leaf #536928
RGB
CMYK
RGB Variations
Color information
#536928 (or 0x536928) is known color: Green Leaf. HEX triplet: 53, 69 and 28. RGB value is (83,105,40). Sum of RGB (Red+Green+Blue) = 83+105+40=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #536928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536928 is #AC96D7. Grayscale: #5B5B5B. Windows color (decimal): -11310808 or 2648403. OLE color: 2648403.
HSL color Cylindrical-coordinate representation of color #536928: hue angle of 80.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536928 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 40 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.59 |
| HSL | 80.31º | 0.45% | 0.28% | - |
| HSV(B) | 80.31º | 0.62% | 0.41% | - |
| XYZ | 9 | 12.1 | 3.87 | - |
| YUV | 91.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 40 | 0.21 | 0 | 0.62 | 0.59 | 80.31 | 0.45 | 0.28 |
| Hex | 53 | 69 | 28 | 15 | 0 | 3E | 3B | 50 | 2D | 1C |
| Octal | 123 | 151 | 50 | 25 | 0 | 76 | 73 | 120 | 55 | 34 |
| Binary | 1010011 | 1101001 | 101000 | 10101 | 0 | 111110 | 111011 | 1010000 | 101101 | 11100 |
Color Harmonies of #536928
Complementary color
Monochromatic Colors of #536928
Black with #536928
Text Example
Text Example
White with #536928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536928; }
p { color: rgb(83,105,40); }
H1.HeaderClassName
{
color: #536928;
}
.AnyTagClassName
{
color: #536928;
}
</style>
background-color css
<style>
a { background-color: #536928; }
a { background-color: rgb(83,105,40); }
div.DivClassName
{
background-color: #536928;
}
.BgClassName
{
background-color: #536928;
}
</style>
border-color css
<style>
span { border-color: #536928; }
span { border-color: rgb(83,105,40); }
td.TdClassName
{
border-color: #536928;
}
.TagClassName
{
border-color: #536928;
}
</style>