Shades of Green Leaf #55762F
Tints of Green Leaf #55762F
RGB
CMYK
RGB Variations
Color information
#55762F (or 0x55762F) is known color: Green Leaf. HEX triplet: 55, 76 and 2F. RGB value is (85,118,47). Sum of RGB (Red+Green+Blue) = 85+118+47=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #55762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55762F is #AA89D0. Grayscale: #646464. Windows color (decimal): -11176401 or 3110485. OLE color: 3110485.
HSL color Cylindrical-coordinate representation of color #55762F: hue angle of 87.89º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55762F is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 47 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.54 |
| HSL | 87.89º | 0.43% | 0.32% | - |
| HSV(B) | 87.89º | 0.6% | 0.46% | - |
| XYZ | 10.74 | 15.09 | 5.04 | - |
| YUV | 100.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 47 | 0.28 | 0 | 0.60 | 0.54 | 87.89 | 0.43 | 0.32 |
| Hex | 55 | 76 | 2F | 1C | 0 | 3C | 36 | 58 | 2B | 20 |
| Octal | 125 | 166 | 57 | 34 | 0 | 74 | 66 | 130 | 53 | 40 |
| Binary | 1010101 | 1110110 | 101111 | 11100 | 0 | 111100 | 110110 | 1011000 | 101011 | 100000 |
Color Harmonies of #55762F
Complementary color
Monochromatic Colors of #55762F
Black with #55762F
Text Example
Text Example
White with #55762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55762F; }
p { color: rgb(85,118,47); }
H1.HeaderClassName
{
color: #55762F;
}
.AnyTagClassName
{
color: #55762F;
}
</style>
background-color css
<style>
a { background-color: #55762F; }
a { background-color: rgb(85,118,47); }
div.DivClassName
{
background-color: #55762F;
}
.BgClassName
{
background-color: #55762F;
}
</style>
border-color css
<style>
span { border-color: #55762F; }
span { border-color: rgb(85,118,47); }
td.TdClassName
{
border-color: #55762F;
}
.TagClassName
{
border-color: #55762F;
}
</style>