Shades of Green Leaf #55721D
Tints of Green Leaf #55721D
RGB
CMYK
RGB Variations
Color information
#55721D (or 0x55721D) is known color: Green Leaf. HEX triplet: 55, 72 and 1D. RGB value is (85,114,29). Sum of RGB (Red+Green+Blue) = 85+114+29=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #55721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55721D is #AA8DE2. Grayscale: #5F5F5F. Windows color (decimal): -11177443 or 1929813. OLE color: 1929813.
HSL color Cylindrical-coordinate representation of color #55721D: hue angle of 80.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55721D is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 29 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.55 |
| HSL | 80.47º | 0.59% | 0.28% | - |
| HSV(B) | 80.47º | 0.75% | 0.45% | - |
| XYZ | 9.99 | 14.05 | 3.35 | - |
| YUV | 95.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 29 | 0.25 | 0 | 0.75 | 0.55 | 80.47 | 0.59 | 0.28 |
| Hex | 55 | 72 | 1D | 19 | 0 | 4B | 37 | 50 | 3B | 1C |
| Octal | 125 | 162 | 35 | 31 | 0 | 113 | 67 | 120 | 73 | 34 |
| Binary | 1010101 | 1110010 | 11101 | 11001 | 0 | 1001011 | 110111 | 1010000 | 111011 | 11100 |
Color Harmonies of #55721D
Complementary color
Monochromatic Colors of #55721D
Black with #55721D
Text Example
Text Example
White with #55721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55721D; }
p { color: rgb(85,114,29); }
H1.HeaderClassName
{
color: #55721D;
}
.AnyTagClassName
{
color: #55721D;
}
</style>
background-color css
<style>
a { background-color: #55721D; }
a { background-color: rgb(85,114,29); }
div.DivClassName
{
background-color: #55721D;
}
.BgClassName
{
background-color: #55721D;
}
</style>
border-color css
<style>
span { border-color: #55721D; }
span { border-color: rgb(85,114,29); }
td.TdClassName
{
border-color: #55721D;
}
.TagClassName
{
border-color: #55721D;
}
</style>