Shades of Green Leaf #557C33
Tints of Green Leaf #557C33
RGB
CMYK
RGB Variations
Color information
#557C33 (or 0x557C33) is known color: Green Leaf. HEX triplet: 55, 7C and 33. RGB value is (85,124,51). Sum of RGB (Red+Green+Blue) = 85+124+51=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #557C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C33 is #AA83CC. Grayscale: #686868. Windows color (decimal): -11174861 or 3374165. OLE color: 3374165.
HSL color Cylindrical-coordinate representation of color #557C33: hue angle of 92.05º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557C33 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 51 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.51 |
| HSL | 92.05º | 0.42% | 0.34% | - |
| HSV(B) | 92.05º | 0.59% | 0.49% | - |
| XYZ | 11.55 | 16.59 | 5.72 | - |
| YUV | 104.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 51 | 0.31 | 0 | 0.59 | 0.51 | 92.05 | 0.42 | 0.34 |
| Hex | 55 | 7C | 33 | 1F | 0 | 3B | 33 | 5C | 2A | 22 |
| Octal | 125 | 174 | 63 | 37 | 0 | 73 | 63 | 134 | 52 | 42 |
| Binary | 1010101 | 1111100 | 110011 | 11111 | 0 | 111011 | 110011 | 1011100 | 101010 | 100010 |
Color Harmonies of #557C33
Complementary color
Monochromatic Colors of #557C33
Black with #557C33
Text Example
Text Example
White with #557C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C33; }
p { color: rgb(85,124,51); }
H1.HeaderClassName
{
color: #557C33;
}
.AnyTagClassName
{
color: #557C33;
}
</style>
background-color css
<style>
a { background-color: #557C33; }
a { background-color: rgb(85,124,51); }
div.DivClassName
{
background-color: #557C33;
}
.BgClassName
{
background-color: #557C33;
}
</style>
border-color css
<style>
span { border-color: #557C33; }
span { border-color: rgb(85,124,51); }
td.TdClassName
{
border-color: #557C33;
}
.TagClassName
{
border-color: #557C33;
}
</style>