Shades of Green Leaf #55712C
Tints of Green Leaf #55712C
RGB
CMYK
RGB Variations
Color information
#55712C (or 0x55712C) is known color: Green Leaf. HEX triplet: 55, 71 and 2C. RGB value is (85,113,44). Sum of RGB (Red+Green+Blue) = 85+113+44=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #55712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55712C is #AA8ED3. Grayscale: #616161. Windows color (decimal): -11177684 or 2912597. OLE color: 2912597.
HSL color Cylindrical-coordinate representation of color #55712C: hue angle of 84.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55712C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 44 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.56 |
| HSL | 84.35º | 0.44% | 0.31% | - |
| HSV(B) | 84.35º | 0.61% | 0.44% | - |
| XYZ | 10.11 | 13.92 | 4.54 | - |
| YUV | 96.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 44 | 0.25 | 0 | 0.61 | 0.56 | 84.35 | 0.44 | 0.31 |
| Hex | 55 | 71 | 2C | 19 | 0 | 3D | 38 | 54 | 2C | 1F |
| Octal | 125 | 161 | 54 | 31 | 0 | 75 | 70 | 124 | 54 | 37 |
| Binary | 1010101 | 1110001 | 101100 | 11001 | 0 | 111101 | 111000 | 1010100 | 101100 | 11111 |
Color Harmonies of #55712C
Complementary color
Monochromatic Colors of #55712C
Black with #55712C
Text Example
Text Example
White with #55712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55712C; }
p { color: rgb(85,113,44); }
H1.HeaderClassName
{
color: #55712C;
}
.AnyTagClassName
{
color: #55712C;
}
</style>
background-color css
<style>
a { background-color: #55712C; }
a { background-color: rgb(85,113,44); }
div.DivClassName
{
background-color: #55712C;
}
.BgClassName
{
background-color: #55712C;
}
</style>
border-color css
<style>
span { border-color: #55712C; }
span { border-color: rgb(85,113,44); }
td.TdClassName
{
border-color: #55712C;
}
.TagClassName
{
border-color: #55712C;
}
</style>