Shades of Green Leaf #557733
Tints of Green Leaf #557733
RGB
CMYK
RGB Variations
Color information
#557733 (or 0x557733) is known color: Green Leaf. HEX triplet: 55, 77 and 33. RGB value is (85,119,51). Sum of RGB (Red+Green+Blue) = 85+119+51=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #557733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557733 is #AA88CC. Grayscale: #656565. Windows color (decimal): -11176141 or 3372885. OLE color: 3372885.
HSL color Cylindrical-coordinate representation of color #557733: hue angle of 90º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557733 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 51 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.53 |
| HSL | 90º | 0.4% | 0.33% | - |
| HSV(B) | 90º | 0.57% | 0.47% | - |
| XYZ | 10.94 | 15.36 | 5.52 | - |
| YUV | 101.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 51 | 0.29 | 0 | 0.57 | 0.53 | 90 | 0.4 | 0.33 |
| Hex | 55 | 77 | 33 | 1D | 0 | 39 | 35 | 5A | 28 | 21 |
| Octal | 125 | 167 | 63 | 35 | 0 | 71 | 65 | 132 | 50 | 41 |
| Binary | 1010101 | 1110111 | 110011 | 11101 | 0 | 111001 | 110101 | 1011010 | 101000 | 100001 |
Color Harmonies of #557733
Complementary color
Monochromatic Colors of #557733
Black with #557733
Text Example
Text Example
White with #557733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557733; }
p { color: rgb(85,119,51); }
H1.HeaderClassName
{
color: #557733;
}
.AnyTagClassName
{
color: #557733;
}
</style>
background-color css
<style>
a { background-color: #557733; }
a { background-color: rgb(85,119,51); }
div.DivClassName
{
background-color: #557733;
}
.BgClassName
{
background-color: #557733;
}
</style>
border-color css
<style>
span { border-color: #557733; }
span { border-color: rgb(85,119,51); }
td.TdClassName
{
border-color: #557733;
}
.TagClassName
{
border-color: #557733;
}
</style>