Shades of Green Leaf #536A38
Tints of Green Leaf #536A38
RGB
CMYK
RGB Variations
Color information
#536A38 (or 0x536A38) is known color: Green Leaf. HEX triplet: 53, 6A and 38. RGB value is (83,106,56). Sum of RGB (Red+Green+Blue) = 83+106+56=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #536A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A38 is #AC95C7. Grayscale: #5D5D5D. Windows color (decimal): -11310536 or 3697235. OLE color: 3697235.
HSL color Cylindrical-coordinate representation of color #536A38: hue angle of 87.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #536A38 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 56 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.58 |
| HSL | 87.6º | 0.31% | 0.32% | - |
| HSV(B) | 87.6º | 0.47% | 0.42% | - |
| XYZ | 9.44 | 12.43 | 5.64 | - |
| YUV | 93.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 56 | 0.22 | 0 | 0.47 | 0.58 | 87.6 | 0.31 | 0.32 |
| Hex | 53 | 6A | 38 | 16 | 0 | 2F | 3A | 58 | 1F | 20 |
| Octal | 123 | 152 | 70 | 26 | 0 | 57 | 72 | 130 | 37 | 40 |
| Binary | 1010011 | 1101010 | 111000 | 10110 | 0 | 101111 | 111010 | 1011000 | 11111 | 100000 |
Color Harmonies of #536A38
Complementary color
Monochromatic Colors of #536A38
Black with #536A38
Text Example
Text Example
White with #536A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A38; }
p { color: rgb(83,106,56); }
H1.HeaderClassName
{
color: #536A38;
}
.AnyTagClassName
{
color: #536A38;
}
</style>
background-color css
<style>
a { background-color: #536A38; }
a { background-color: rgb(83,106,56); }
div.DivClassName
{
background-color: #536A38;
}
.BgClassName
{
background-color: #536A38;
}
</style>
border-color css
<style>
span { border-color: #536A38; }
span { border-color: rgb(83,106,56); }
td.TdClassName
{
border-color: #536A38;
}
.TagClassName
{
border-color: #536A38;
}
</style>