Shades of Green Leaf #55732D
Tints of Green Leaf #55732D
RGB
CMYK
RGB Variations
Color information
#55732D (or 0x55732D) is known color: Green Leaf. HEX triplet: 55, 73 and 2D. RGB value is (85,115,45). Sum of RGB (Red+Green+Blue) = 85+115+45=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #55732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55732D is #AA8CD2. Grayscale: #626262. Windows color (decimal): -11177171 or 2978645. OLE color: 2978645.
HSL color Cylindrical-coordinate representation of color #55732D: hue angle of 85.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55732D is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 45 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.55 |
| HSL | 85.71º | 0.44% | 0.31% | - |
| HSV(B) | 85.71º | 0.61% | 0.45% | - |
| XYZ | 10.35 | 14.38 | 4.71 | - |
| YUV | 98.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 45 | 0.26 | 0 | 0.61 | 0.55 | 85.71 | 0.44 | 0.31 |
| Hex | 55 | 73 | 2D | 1A | 0 | 3D | 37 | 56 | 2C | 1F |
| Octal | 125 | 163 | 55 | 32 | 0 | 75 | 67 | 126 | 54 | 37 |
| Binary | 1010101 | 1110011 | 101101 | 11010 | 0 | 111101 | 110111 | 1010110 | 101100 | 11111 |
Color Harmonies of #55732D
Complementary color
Monochromatic Colors of #55732D
Black with #55732D
Text Example
Text Example
White with #55732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55732D; }
p { color: rgb(85,115,45); }
H1.HeaderClassName
{
color: #55732D;
}
.AnyTagClassName
{
color: #55732D;
}
</style>
background-color css
<style>
a { background-color: #55732D; }
a { background-color: rgb(85,115,45); }
div.DivClassName
{
background-color: #55732D;
}
.BgClassName
{
background-color: #55732D;
}
</style>
border-color css
<style>
span { border-color: #55732D; }
span { border-color: rgb(85,115,45); }
td.TdClassName
{
border-color: #55732D;
}
.TagClassName
{
border-color: #55732D;
}
</style>