Shades of Green Leaf #557E2F
Tints of Green Leaf #557E2F
RGB
CMYK
RGB Variations
Color information
#557E2F (or 0x557E2F) is known color: Green Leaf. HEX triplet: 55, 7E and 2F. RGB value is (85,126,47). Sum of RGB (Red+Green+Blue) = 85+126+47=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #557E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557E2F is #AA81D0. Grayscale: #696969. Windows color (decimal): -11174353 or 3112533. OLE color: 3112533.
HSL color Cylindrical-coordinate representation of color #557E2F: hue angle of 91.14º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557E2F is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 47 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.51 |
| HSL | 91.14º | 0.46% | 0.34% | - |
| HSV(B) | 91.14º | 0.63% | 0.49% | - |
| XYZ | 11.72 | 17.06 | 5.36 | - |
| YUV | 104.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 47 | 0.33 | 0 | 0.63 | 0.51 | 91.14 | 0.46 | 0.34 |
| Hex | 55 | 7E | 2F | 21 | 0 | 3F | 33 | 5B | 2E | 22 |
| Octal | 125 | 176 | 57 | 41 | 0 | 77 | 63 | 133 | 56 | 42 |
| Binary | 1010101 | 1111110 | 101111 | 100001 | 0 | 111111 | 110011 | 1011011 | 101110 | 100010 |
Color Harmonies of #557E2F
Complementary color
Monochromatic Colors of #557E2F
Black with #557E2F
Text Example
Text Example
White with #557E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E2F; }
p { color: rgb(85,126,47); }
H1.HeaderClassName
{
color: #557E2F;
}
.AnyTagClassName
{
color: #557E2F;
}
</style>
background-color css
<style>
a { background-color: #557E2F; }
a { background-color: rgb(85,126,47); }
div.DivClassName
{
background-color: #557E2F;
}
.BgClassName
{
background-color: #557E2F;
}
</style>
border-color css
<style>
span { border-color: #557E2F; }
span { border-color: rgb(85,126,47); }
td.TdClassName
{
border-color: #557E2F;
}
.TagClassName
{
border-color: #557E2F;
}
</style>