Shades of Green Leaf #55721B
Tints of Green Leaf #55721B
RGB
CMYK
RGB Variations
Color information
#55721B (or 0x55721B) is known color: Green Leaf. HEX triplet: 55, 72 and 1B. RGB value is (85,114,27). Sum of RGB (Red+Green+Blue) = 85+114+27=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #55721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55721B is #AA8DE4. Grayscale: #5F5F5F. Windows color (decimal): -11177445 or 1798741. OLE color: 1798741.
HSL color Cylindrical-coordinate representation of color #55721B: hue angle of 80º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55721B is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 27 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.55 |
| HSL | 80º | 0.62% | 0.28% | - |
| HSV(B) | 80º | 0.76% | 0.45% | - |
| XYZ | 9.96 | 14.05 | 3.22 | - |
| YUV | 95.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 27 | 0.25 | 0 | 0.76 | 0.55 | 80 | 0.62 | 0.28 |
| Hex | 55 | 72 | 1B | 19 | 0 | 4C | 37 | 50 | 3E | 1C |
| Octal | 125 | 162 | 33 | 31 | 0 | 114 | 67 | 120 | 76 | 34 |
| Binary | 1010101 | 1110010 | 11011 | 11001 | 0 | 1001100 | 110111 | 1010000 | 111110 | 11100 |
Color Harmonies of #55721B
Complementary color
Monochromatic Colors of #55721B
Black with #55721B
Text Example
Text Example
White with #55721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55721B; }
p { color: rgb(85,114,27); }
H1.HeaderClassName
{
color: #55721B;
}
.AnyTagClassName
{
color: #55721B;
}
</style>
background-color css
<style>
a { background-color: #55721B; }
a { background-color: rgb(85,114,27); }
div.DivClassName
{
background-color: #55721B;
}
.BgClassName
{
background-color: #55721B;
}
</style>
border-color css
<style>
span { border-color: #55721B; }
span { border-color: rgb(85,114,27); }
td.TdClassName
{
border-color: #55721B;
}
.TagClassName
{
border-color: #55721B;
}
</style>