Shades of Green Leaf #55711B
Tints of Green Leaf #55711B
RGB
CMYK
RGB Variations
Color information
#55711B (or 0x55711B) is known color: Green Leaf. HEX triplet: 55, 71 and 1B. RGB value is (85,113,27). Sum of RGB (Red+Green+Blue) = 85+113+27=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #55711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55711B is #AA8EE4. Grayscale: #5F5F5F. Windows color (decimal): -11177701 or 1798485. OLE color: 1798485.
HSL color Cylindrical-coordinate representation of color #55711B: hue angle of 79.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55711B is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 27 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.56 |
| HSL | 79.53º | 0.61% | 0.27% | - |
| HSV(B) | 79.53º | 0.76% | 0.44% | - |
| XYZ | 9.85 | 13.82 | 3.19 | - |
| YUV | 94.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 27 | 0.25 | 0 | 0.76 | 0.56 | 79.53 | 0.61 | 0.27 |
| Hex | 55 | 71 | 1B | 19 | 0 | 4C | 38 | 50 | 3D | 1B |
| Octal | 125 | 161 | 33 | 31 | 0 | 114 | 70 | 120 | 75 | 33 |
| Binary | 1010101 | 1110001 | 11011 | 11001 | 0 | 1001100 | 111000 | 1010000 | 111101 | 11011 |
Color Harmonies of #55711B
Complementary color
Monochromatic Colors of #55711B
Black with #55711B
Text Example
Text Example
White with #55711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55711B; }
p { color: rgb(85,113,27); }
H1.HeaderClassName
{
color: #55711B;
}
.AnyTagClassName
{
color: #55711B;
}
</style>
background-color css
<style>
a { background-color: #55711B; }
a { background-color: rgb(85,113,27); }
div.DivClassName
{
background-color: #55711B;
}
.BgClassName
{
background-color: #55711B;
}
</style>
border-color css
<style>
span { border-color: #55711B; }
span { border-color: rgb(85,113,27); }
td.TdClassName
{
border-color: #55711B;
}
.TagClassName
{
border-color: #55711B;
}
</style>