Shades of Green Leaf #55762D
Tints of Green Leaf #55762D
RGB
CMYK
RGB Variations
Color information
#55762D (or 0x55762D) is known color: Green Leaf. HEX triplet: 55, 76 and 2D. RGB value is (85,118,45). Sum of RGB (Red+Green+Blue) = 85+118+45=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #55762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55762D is #AA89D2. Grayscale: #646464. Windows color (decimal): -11176403 or 2979413. OLE color: 2979413.
HSL color Cylindrical-coordinate representation of color #55762D: hue angle of 87.12º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55762D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 45 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.54 |
| HSL | 87.12º | 0.45% | 0.32% | - |
| HSV(B) | 87.12º | 0.62% | 0.46% | - |
| XYZ | 10.7 | 15.08 | 4.83 | - |
| YUV | 99.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 45 | 0.28 | 0 | 0.62 | 0.54 | 87.12 | 0.45 | 0.32 |
| Hex | 55 | 76 | 2D | 1C | 0 | 3E | 36 | 57 | 2D | 20 |
| Octal | 125 | 166 | 55 | 34 | 0 | 76 | 66 | 127 | 55 | 40 |
| Binary | 1010101 | 1110110 | 101101 | 11100 | 0 | 111110 | 110110 | 1010111 | 101101 | 100000 |
Color Harmonies of #55762D
Complementary color
Monochromatic Colors of #55762D
Black with #55762D
Text Example
Text Example
White with #55762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55762D; }
p { color: rgb(85,118,45); }
H1.HeaderClassName
{
color: #55762D;
}
.AnyTagClassName
{
color: #55762D;
}
</style>
background-color css
<style>
a { background-color: #55762D; }
a { background-color: rgb(85,118,45); }
div.DivClassName
{
background-color: #55762D;
}
.BgClassName
{
background-color: #55762D;
}
</style>
border-color css
<style>
span { border-color: #55762D; }
span { border-color: rgb(85,118,45); }
td.TdClassName
{
border-color: #55762D;
}
.TagClassName
{
border-color: #55762D;
}
</style>