Shades of Green Leaf #55731E
Tints of Green Leaf #55731E
RGB
CMYK
RGB Variations
Color information
#55731E (or 0x55731E) is known color: Green Leaf. HEX triplet: 55, 73 and 1E. RGB value is (85,115,30). Sum of RGB (Red+Green+Blue) = 85+115+30=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #55731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55731E is #AA8CE1. Grayscale: #606060. Windows color (decimal): -11177186 or 1995605. OLE color: 1995605.
HSL color Cylindrical-coordinate representation of color #55731E: hue angle of 81.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55731E is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 30 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.55 |
| HSL | 81.18º | 0.59% | 0.28% | - |
| HSV(B) | 81.18º | 0.74% | 0.45% | - |
| XYZ | 10.11 | 14.29 | 3.45 | - |
| YUV | 96.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 30 | 0.26 | 0 | 0.74 | 0.55 | 81.18 | 0.59 | 0.28 |
| Hex | 55 | 73 | 1E | 1A | 0 | 4A | 37 | 51 | 3B | 1C |
| Octal | 125 | 163 | 36 | 32 | 0 | 112 | 67 | 121 | 73 | 34 |
| Binary | 1010101 | 1110011 | 11110 | 11010 | 0 | 1001010 | 110111 | 1010001 | 111011 | 11100 |
Color Harmonies of #55731E
Complementary color
Monochromatic Colors of #55731E
Black with #55731E
Text Example
Text Example
White with #55731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55731E; }
p { color: rgb(85,115,30); }
H1.HeaderClassName
{
color: #55731E;
}
.AnyTagClassName
{
color: #55731E;
}
</style>
background-color css
<style>
a { background-color: #55731E; }
a { background-color: rgb(85,115,30); }
div.DivClassName
{
background-color: #55731E;
}
.BgClassName
{
background-color: #55731E;
}
</style>
border-color css
<style>
span { border-color: #55731E; }
span { border-color: rgb(85,115,30); }
td.TdClassName
{
border-color: #55731E;
}
.TagClassName
{
border-color: #55731E;
}
</style>