Shades of Green Leaf #55732E
Tints of Green Leaf #55732E
RGB
CMYK
RGB Variations
Color information
#55732E (or 0x55732E) is known color: Green Leaf. HEX triplet: 55, 73 and 2E. RGB value is (85,115,46). Sum of RGB (Red+Green+Blue) = 85+115+46=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #55732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55732E is #AA8CD1. Grayscale: #626262. Windows color (decimal): -11177170 or 3044181. OLE color: 3044181.
HSL color Cylindrical-coordinate representation of color #55732E: hue angle of 86.09º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55732E is Cyan = 0.26, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 46 | - |
| CMYK | 0.26 | 0 | 0.6 | 0.55 |
| HSL | 86.09º | 0.43% | 0.32% | - |
| HSV(B) | 86.09º | 0.6% | 0.45% | - |
| XYZ | 10.37 | 14.39 | 4.82 | - |
| YUV | 98.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 46 | 0.26 | 0 | 0.6 | 0.55 | 86.09 | 0.43 | 0.32 |
| Hex | 55 | 73 | 2E | 1A | 0 | 3C | 37 | 56 | 2B | 20 |
| Octal | 125 | 163 | 56 | 32 | 0 | 74 | 67 | 126 | 53 | 40 |
| Binary | 1010101 | 1110011 | 101110 | 11010 | 0 | 111100 | 110111 | 1010110 | 101011 | 100000 |
Color Harmonies of #55732E
Complementary color
Monochromatic Colors of #55732E
Black with #55732E
Text Example
Text Example
White with #55732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55732E; }
p { color: rgb(85,115,46); }
H1.HeaderClassName
{
color: #55732E;
}
.AnyTagClassName
{
color: #55732E;
}
</style>
background-color css
<style>
a { background-color: #55732E; }
a { background-color: rgb(85,115,46); }
div.DivClassName
{
background-color: #55732E;
}
.BgClassName
{
background-color: #55732E;
}
</style>
border-color css
<style>
span { border-color: #55732E; }
span { border-color: rgb(85,115,46); }
td.TdClassName
{
border-color: #55732E;
}
.TagClassName
{
border-color: #55732E;
}
</style>