Shades of Green Leaf #55732B
Tints of Green Leaf #55732B
RGB
CMYK
RGB Variations
Color information
#55732B (or 0x55732B) is known color: Green Leaf. HEX triplet: 55, 73 and 2B. RGB value is (85,115,43). Sum of RGB (Red+Green+Blue) = 85+115+43=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #55732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55732B is #AA8CD4. Grayscale: #626262. Windows color (decimal): -11177173 or 2847573. OLE color: 2847573.
HSL color Cylindrical-coordinate representation of color #55732B: hue angle of 85º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55732B is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 43 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.55 |
| HSL | 85º | 0.46% | 0.31% | - |
| HSV(B) | 85º | 0.63% | 0.45% | - |
| XYZ | 10.31 | 14.37 | 4.52 | - |
| YUV | 97.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 43 | 0.26 | 0 | 0.63 | 0.55 | 85 | 0.46 | 0.31 |
| Hex | 55 | 73 | 2B | 1A | 0 | 3F | 37 | 55 | 2E | 1F |
| Octal | 125 | 163 | 53 | 32 | 0 | 77 | 67 | 125 | 56 | 37 |
| Binary | 1010101 | 1110011 | 101011 | 11010 | 0 | 111111 | 110111 | 1010101 | 101110 | 11111 |
Color Harmonies of #55732B
Complementary color
Monochromatic Colors of #55732B
Black with #55732B
Text Example
Text Example
White with #55732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55732B; }
p { color: rgb(85,115,43); }
H1.HeaderClassName
{
color: #55732B;
}
.AnyTagClassName
{
color: #55732B;
}
</style>
background-color css
<style>
a { background-color: #55732B; }
a { background-color: rgb(85,115,43); }
div.DivClassName
{
background-color: #55732B;
}
.BgClassName
{
background-color: #55732B;
}
</style>
border-color css
<style>
span { border-color: #55732B; }
span { border-color: rgb(85,115,43); }
td.TdClassName
{
border-color: #55732B;
}
.TagClassName
{
border-color: #55732B;
}
</style>