Shades of Green Leaf #55772C
Tints of Green Leaf #55772C
RGB
CMYK
RGB Variations
Color information
#55772C (or 0x55772C) is known color: Green Leaf. HEX triplet: 55, 77 and 2C. RGB value is (85,119,44). Sum of RGB (Red+Green+Blue) = 85+119+44=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #55772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55772C is #AA88D3. Grayscale: #646464. Windows color (decimal): -11176148 or 2914133. OLE color: 2914133.
HSL color Cylindrical-coordinate representation of color #55772C: hue angle of 87.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55772C is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 44 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.53 |
| HSL | 87.2º | 0.46% | 0.32% | - |
| HSV(B) | 87.2º | 0.63% | 0.47% | - |
| XYZ | 10.8 | 15.31 | 4.77 | - |
| YUV | 100.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 44 | 0.29 | 0 | 0.63 | 0.53 | 87.2 | 0.46 | 0.32 |
| Hex | 55 | 77 | 2C | 1D | 0 | 3F | 35 | 57 | 2E | 20 |
| Octal | 125 | 167 | 54 | 35 | 0 | 77 | 65 | 127 | 56 | 40 |
| Binary | 1010101 | 1110111 | 101100 | 11101 | 0 | 111111 | 110101 | 1010111 | 101110 | 100000 |
Color Harmonies of #55772C
Complementary color
Monochromatic Colors of #55772C
Black with #55772C
Text Example
Text Example
White with #55772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55772C; }
p { color: rgb(85,119,44); }
H1.HeaderClassName
{
color: #55772C;
}
.AnyTagClassName
{
color: #55772C;
}
</style>
background-color css
<style>
a { background-color: #55772C; }
a { background-color: rgb(85,119,44); }
div.DivClassName
{
background-color: #55772C;
}
.BgClassName
{
background-color: #55772C;
}
</style>
border-color css
<style>
span { border-color: #55772C; }
span { border-color: rgb(85,119,44); }
td.TdClassName
{
border-color: #55772C;
}
.TagClassName
{
border-color: #55772C;
}
</style>