Shades of Green Leaf #55721E
Tints of Green Leaf #55721E
RGB
CMYK
RGB Variations
Color information
#55721E (or 0x55721E) is known color: Green Leaf. HEX triplet: 55, 72 and 1E. RGB value is (85,114,30). Sum of RGB (Red+Green+Blue) = 85+114+30=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #55721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55721E is #AA8DE1. Grayscale: #606060. Windows color (decimal): -11177442 or 1995349. OLE color: 1995349.
HSL color Cylindrical-coordinate representation of color #55721E: hue angle of 80.71º degrees, saturation: 0.58, 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 #55721E is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 30 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.55 |
| HSL | 80.71º | 0.58% | 0.28% | - |
| HSV(B) | 80.71º | 0.74% | 0.45% | - |
| XYZ | 10 | 14.06 | 3.42 | - |
| YUV | 95.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 30 | 0.25 | 0 | 0.74 | 0.55 | 80.71 | 0.58 | 0.28 |
| Hex | 55 | 72 | 1E | 19 | 0 | 4A | 37 | 51 | 3A | 1C |
| Octal | 125 | 162 | 36 | 31 | 0 | 112 | 67 | 121 | 72 | 34 |
| Binary | 1010101 | 1110010 | 11110 | 11001 | 0 | 1001010 | 110111 | 1010001 | 111010 | 11100 |
Color Harmonies of #55721E
Complementary color
Monochromatic Colors of #55721E
Black with #55721E
Text Example
Text Example
White with #55721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55721E; }
p { color: rgb(85,114,30); }
H1.HeaderClassName
{
color: #55721E;
}
.AnyTagClassName
{
color: #55721E;
}
</style>
background-color css
<style>
a { background-color: #55721E; }
a { background-color: rgb(85,114,30); }
div.DivClassName
{
background-color: #55721E;
}
.BgClassName
{
background-color: #55721E;
}
</style>
border-color css
<style>
span { border-color: #55721E; }
span { border-color: rgb(85,114,30); }
td.TdClassName
{
border-color: #55721E;
}
.TagClassName
{
border-color: #55721E;
}
</style>