Shades of Green Leaf #557A31
Tints of Green Leaf #557A31
RGB
CMYK
RGB Variations
Color information
#557A31 (or 0x557A31) is known color: Green Leaf. HEX triplet: 55, 7A and 31. RGB value is (85,122,49). Sum of RGB (Red+Green+Blue) = 85+122+49=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #557A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A31 is #AA85CE. Grayscale: #666666. Windows color (decimal): -11175375 or 3242581. OLE color: 3242581.
HSL color Cylindrical-coordinate representation of color #557A31: hue angle of 90.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557A31 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 49 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.52 |
| HSL | 90.41º | 0.43% | 0.34% | - |
| HSV(B) | 90.41º | 0.6% | 0.48% | - |
| XYZ | 11.26 | 16.07 | 5.41 | - |
| YUV | 102.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 49 | 0.30 | 0 | 0.60 | 0.52 | 90.41 | 0.43 | 0.34 |
| Hex | 55 | 7A | 31 | 1E | 0 | 3C | 34 | 5A | 2B | 22 |
| Octal | 125 | 172 | 61 | 36 | 0 | 74 | 64 | 132 | 53 | 42 |
| Binary | 1010101 | 1111010 | 110001 | 11110 | 0 | 111100 | 110100 | 1011010 | 101011 | 100010 |
Color Harmonies of #557A31
Complementary color
Monochromatic Colors of #557A31
Black with #557A31
Text Example
Text Example
White with #557A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A31; }
p { color: rgb(85,122,49); }
H1.HeaderClassName
{
color: #557A31;
}
.AnyTagClassName
{
color: #557A31;
}
</style>
background-color css
<style>
a { background-color: #557A31; }
a { background-color: rgb(85,122,49); }
div.DivClassName
{
background-color: #557A31;
}
.BgClassName
{
background-color: #557A31;
}
</style>
border-color css
<style>
span { border-color: #557A31; }
span { border-color: rgb(85,122,49); }
td.TdClassName
{
border-color: #557A31;
}
.TagClassName
{
border-color: #557A31;
}
</style>