Shades of Salem #09894D
Tints of Salem #09894D
RGB
CMYK
RGB Variations
Color information
#09894D (or 0x09894D) is known color: Salem. HEX triplet: 09, 89 and 4D. RGB value is (9,137,77). Sum of RGB (Red+Green+Blue) = 9+137+77=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #09894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09894D is #F676B2. Grayscale: #5C5C5C. Windows color (decimal): -16152243 or 5081353. OLE color: 5081353.
HSL color Cylindrical-coordinate representation of color #09894D: hue angle of 151.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09894D is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 77 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.46 |
| HSL | 151.88º | 0.88% | 0.29% | - |
| HSV(B) | 151.88º | 0.93% | 0.54% | - |
| XYZ | 10.4 | 18.49 | 10.04 | - |
| YUV | 91.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 77 | 0.93 | 0 | 0.44 | 0.46 | 151.88 | 0.88 | 0.29 |
| Hex | 9 | 89 | 4D | 5D | 0 | 2C | 2E | 98 | 58 | 1D |
| Octal | 11 | 211 | 115 | 135 | 0 | 54 | 56 | 230 | 130 | 35 |
| Binary | 1001 | 10001001 | 1001101 | 1011101 | 0 | 101100 | 101110 | 10011000 | 1011000 | 11101 |
Color Harmonies of #09894D
Complementary color
Monochromatic Colors of #09894D
Black with #09894D
Text Example
Text Example
White with #09894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09894D; }
p { color: rgb(9,137,77); }
H1.HeaderClassName
{
color: #09894D;
}
.AnyTagClassName
{
color: #09894D;
}
</style>
background-color css
<style>
a { background-color: #09894D; }
a { background-color: rgb(9,137,77); }
div.DivClassName
{
background-color: #09894D;
}
.BgClassName
{
background-color: #09894D;
}
</style>
border-color css
<style>
span { border-color: #09894D; }
span { border-color: rgb(9,137,77); }
td.TdClassName
{
border-color: #09894D;
}
.TagClassName
{
border-color: #09894D;
}
</style>