Shades of Green Leaf #536A2D
Tints of Green Leaf #536A2D
RGB
CMYK
RGB Variations
Color information
#536A2D (or 0x536A2D) is known color: Green Leaf. HEX triplet: 53, 6A and 2D. RGB value is (83,106,45). Sum of RGB (Red+Green+Blue) = 83+106+45=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #536A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A2D is #AC95D2. Grayscale: #5C5C5C. Windows color (decimal): -11310547 or 2976339. OLE color: 2976339.
HSL color Cylindrical-coordinate representation of color #536A2D: hue angle of 82.62º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #536A2D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 45 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.58 |
| HSL | 82.62º | 0.4% | 0.3% | - |
| HSV(B) | 82.62º | 0.58% | 0.42% | - |
| XYZ | 9.19 | 12.34 | 4.38 | - |
| YUV | 92.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 45 | 0.22 | 0 | 0.58 | 0.58 | 82.62 | 0.4 | 0.3 |
| Hex | 53 | 6A | 2D | 16 | 0 | 3A | 3A | 53 | 28 | 1E |
| Octal | 123 | 152 | 55 | 26 | 0 | 72 | 72 | 123 | 50 | 36 |
| Binary | 1010011 | 1101010 | 101101 | 10110 | 0 | 111010 | 111010 | 1010011 | 101000 | 11110 |
Color Harmonies of #536A2D
Complementary color
Monochromatic Colors of #536A2D
Black with #536A2D
Text Example
Text Example
White with #536A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A2D; }
p { color: rgb(83,106,45); }
H1.HeaderClassName
{
color: #536A2D;
}
.AnyTagClassName
{
color: #536A2D;
}
</style>
background-color css
<style>
a { background-color: #536A2D; }
a { background-color: rgb(83,106,45); }
div.DivClassName
{
background-color: #536A2D;
}
.BgClassName
{
background-color: #536A2D;
}
</style>
border-color css
<style>
span { border-color: #536A2D; }
span { border-color: rgb(83,106,45); }
td.TdClassName
{
border-color: #536A2D;
}
.TagClassName
{
border-color: #536A2D;
}
</style>