Shades of Green Leaf #55731A
Tints of Green Leaf #55731A
RGB
CMYK
RGB Variations
Color information
#55731A (or 0x55731A) is known color: Green Leaf. HEX triplet: 55, 73 and 1A. RGB value is (85,115,26). Sum of RGB (Red+Green+Blue) = 85+115+26=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #55731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55731A is #AA8CE5. Grayscale: #606060. Windows color (decimal): -11177190 or 1733461. OLE color: 1733461.
HSL color Cylindrical-coordinate representation of color #55731A: hue angle of 80.22º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55731A is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 26 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.55 |
| HSL | 80.22º | 0.63% | 0.28% | - |
| HSV(B) | 80.22º | 0.77% | 0.45% | - |
| XYZ | 10.06 | 14.27 | 3.2 | - |
| YUV | 95.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 26 | 0.26 | 0 | 0.77 | 0.55 | 80.22 | 0.63 | 0.28 |
| Hex | 55 | 73 | 1A | 1A | 0 | 4D | 37 | 50 | 3F | 1C |
| Octal | 125 | 163 | 32 | 32 | 0 | 115 | 67 | 120 | 77 | 34 |
| Binary | 1010101 | 1110011 | 11010 | 11010 | 0 | 1001101 | 110111 | 1010000 | 111111 | 11100 |
Color Harmonies of #55731A
Complementary color
Monochromatic Colors of #55731A
Black with #55731A
Text Example
Text Example
White with #55731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55731A; }
p { color: rgb(85,115,26); }
H1.HeaderClassName
{
color: #55731A;
}
.AnyTagClassName
{
color: #55731A;
}
</style>
background-color css
<style>
a { background-color: #55731A; }
a { background-color: rgb(85,115,26); }
div.DivClassName
{
background-color: #55731A;
}
.BgClassName
{
background-color: #55731A;
}
</style>
border-color css
<style>
span { border-color: #55731A; }
span { border-color: rgb(85,115,26); }
td.TdClassName
{
border-color: #55731A;
}
.TagClassName
{
border-color: #55731A;
}
</style>