Shades of Green Leaf #557B32
Tints of Green Leaf #557B32
RGB
CMYK
RGB Variations
Color information
#557B32 (or 0x557B32) is known color: Green Leaf. HEX triplet: 55, 7B and 32. RGB value is (85,123,50). Sum of RGB (Red+Green+Blue) = 85+123+50=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #557B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B32 is #AA84CD. Grayscale: #676767. Windows color (decimal): -11175118 or 3308373. OLE color: 3308373.
HSL color Cylindrical-coordinate representation of color #557B32: hue angle of 91.23º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557B32 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 50 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.52 |
| HSL | 91.23º | 0.42% | 0.34% | - |
| HSV(B) | 91.23º | 0.59% | 0.48% | - |
| XYZ | 11.4 | 16.33 | 5.57 | - |
| YUV | 103.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 50 | 0.31 | 0 | 0.59 | 0.52 | 91.23 | 0.42 | 0.34 |
| Hex | 55 | 7B | 32 | 1F | 0 | 3B | 34 | 5B | 2A | 22 |
| Octal | 125 | 173 | 62 | 37 | 0 | 73 | 64 | 133 | 52 | 42 |
| Binary | 1010101 | 1111011 | 110010 | 11111 | 0 | 111011 | 110100 | 1011011 | 101010 | 100010 |
Color Harmonies of #557B32
Complementary color
Monochromatic Colors of #557B32
Black with #557B32
Text Example
Text Example
White with #557B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B32; }
p { color: rgb(85,123,50); }
H1.HeaderClassName
{
color: #557B32;
}
.AnyTagClassName
{
color: #557B32;
}
</style>
background-color css
<style>
a { background-color: #557B32; }
a { background-color: rgb(85,123,50); }
div.DivClassName
{
background-color: #557B32;
}
.BgClassName
{
background-color: #557B32;
}
</style>
border-color css
<style>
span { border-color: #557B32; }
span { border-color: rgb(85,123,50); }
td.TdClassName
{
border-color: #557B32;
}
.TagClassName
{
border-color: #557B32;
}
</style>