Shades of Green Leaf #557333
Tints of Green Leaf #557333
RGB
CMYK
RGB Variations
Color information
#557333 (or 0x557333) is known color: Green Leaf. HEX triplet: 55, 73 and 33. RGB value is (85,115,51). Sum of RGB (Red+Green+Blue) = 85+115+51=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #557333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557333 is #AA8CCC. Grayscale: #626262. Windows color (decimal): -11177165 or 3371861. OLE color: 3371861.
HSL color Cylindrical-coordinate representation of color #557333: hue angle of 88.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557333 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 51 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.55 |
| HSL | 88.13º | 0.39% | 0.33% | - |
| HSV(B) | 88.13º | 0.56% | 0.45% | - |
| XYZ | 10.47 | 14.43 | 5.37 | - |
| YUV | 98.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 51 | 0.26 | 0 | 0.56 | 0.55 | 88.13 | 0.39 | 0.33 |
| Hex | 55 | 73 | 33 | 1A | 0 | 38 | 37 | 58 | 27 | 21 |
| Octal | 125 | 163 | 63 | 32 | 0 | 70 | 67 | 130 | 47 | 41 |
| Binary | 1010101 | 1110011 | 110011 | 11010 | 0 | 111000 | 110111 | 1011000 | 100111 | 100001 |
Color Harmonies of #557333
Complementary color
Monochromatic Colors of #557333
Black with #557333
Text Example
Text Example
White with #557333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557333; }
p { color: rgb(85,115,51); }
H1.HeaderClassName
{
color: #557333;
}
.AnyTagClassName
{
color: #557333;
}
</style>
background-color css
<style>
a { background-color: #557333; }
a { background-color: rgb(85,115,51); }
div.DivClassName
{
background-color: #557333;
}
.BgClassName
{
background-color: #557333;
}
</style>
border-color css
<style>
span { border-color: #557333; }
span { border-color: rgb(85,115,51); }
td.TdClassName
{
border-color: #557333;
}
.TagClassName
{
border-color: #557333;
}
</style>