Shades of Green Leaf #557026
Tints of Green Leaf #557026
RGB
CMYK
RGB Variations
Color information
#557026 (or 0x557026) is known color: Green Leaf. HEX triplet: 55, 70 and 26. RGB value is (85,112,38). Sum of RGB (Red+Green+Blue) = 85+112+38=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #557026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557026 is #AA8FD9. Grayscale: #5F5F5F. Windows color (decimal): -11177946 or 2519125. OLE color: 2519125.
HSL color Cylindrical-coordinate representation of color #557026: hue angle of 81.89º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #557026 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 38 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.56 |
| HSL | 81.89º | 0.49% | 0.29% | - |
| HSV(B) | 81.89º | 0.66% | 0.44% | - |
| XYZ | 9.89 | 13.66 | 3.95 | - |
| YUV | 95.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 38 | 0.24 | 0 | 0.66 | 0.56 | 81.89 | 0.49 | 0.29 |
| Hex | 55 | 70 | 26 | 18 | 0 | 42 | 38 | 52 | 31 | 1D |
| Octal | 125 | 160 | 46 | 30 | 0 | 102 | 70 | 122 | 61 | 35 |
| Binary | 1010101 | 1110000 | 100110 | 11000 | 0 | 1000010 | 111000 | 1010010 | 110001 | 11101 |
Color Harmonies of #557026
Complementary color
Monochromatic Colors of #557026
Black with #557026
Text Example
Text Example
White with #557026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557026; }
p { color: rgb(85,112,38); }
H1.HeaderClassName
{
color: #557026;
}
.AnyTagClassName
{
color: #557026;
}
</style>
background-color css
<style>
a { background-color: #557026; }
a { background-color: rgb(85,112,38); }
div.DivClassName
{
background-color: #557026;
}
.BgClassName
{
background-color: #557026;
}
</style>
border-color css
<style>
span { border-color: #557026; }
span { border-color: rgb(85,112,38); }
td.TdClassName
{
border-color: #557026;
}
.TagClassName
{
border-color: #557026;
}
</style>