Shades of Green Leaf #557021
Tints of Green Leaf #557021
RGB
CMYK
RGB Variations
Color information
#557021 (or 0x557021) is known color: Green Leaf. HEX triplet: 55, 70 and 21. RGB value is (85,112,33). Sum of RGB (Red+Green+Blue) = 85+112+33=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #557021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557021 is #AA8FDE. Grayscale: #5F5F5F. Windows color (decimal): -11177951 or 2191445. OLE color: 2191445.
HSL color Cylindrical-coordinate representation of color #557021: hue angle of 80.51º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #557021 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 33 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.56 |
| HSL | 80.51º | 0.54% | 0.28% | - |
| HSV(B) | 80.51º | 0.71% | 0.44% | - |
| XYZ | 9.81 | 13.63 | 3.55 | - |
| YUV | 94.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 33 | 0.24 | 0 | 0.71 | 0.56 | 80.51 | 0.54 | 0.28 |
| Hex | 55 | 70 | 21 | 18 | 0 | 47 | 38 | 51 | 36 | 1C |
| Octal | 125 | 160 | 41 | 30 | 0 | 107 | 70 | 121 | 66 | 34 |
| Binary | 1010101 | 1110000 | 100001 | 11000 | 0 | 1000111 | 111000 | 1010001 | 110110 | 11100 |
Color Harmonies of #557021
Complementary color
Monochromatic Colors of #557021
Black with #557021
Text Example
Text Example
White with #557021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557021; }
p { color: rgb(85,112,33); }
H1.HeaderClassName
{
color: #557021;
}
.AnyTagClassName
{
color: #557021;
}
</style>
background-color css
<style>
a { background-color: #557021; }
a { background-color: rgb(85,112,33); }
div.DivClassName
{
background-color: #557021;
}
.BgClassName
{
background-color: #557021;
}
</style>
border-color css
<style>
span { border-color: #557021; }
span { border-color: rgb(85,112,33); }
td.TdClassName
{
border-color: #557021;
}
.TagClassName
{
border-color: #557021;
}
</style>