Shades of Salem #098448
Tints of Salem #098448
RGB
CMYK
RGB Variations
Color information
#098448 (or 0x098448) is known color: Salem. HEX triplet: 09, 84 and 48. RGB value is (9,132,72). Sum of RGB (Red+Green+Blue) = 9+132+72=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #098448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098448 is #F67BB7. Grayscale: #585858. Windows color (decimal): -16153528 or 4752393. OLE color: 4752393.
HSL color Cylindrical-coordinate representation of color #098448: hue angle of 150.73º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098448 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 72 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.48 |
| HSL | 150.73º | 0.87% | 0.28% | - |
| HSV(B) | 150.73º | 0.93% | 0.52% | - |
| XYZ | 9.53 | 17.03 | 8.92 | - |
| YUV | 88.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 72 | 0.93 | 0 | 0.45 | 0.48 | 150.73 | 0.87 | 0.28 |
| Hex | 9 | 84 | 48 | 5D | 0 | 2D | 30 | 97 | 57 | 1C |
| Octal | 11 | 204 | 110 | 135 | 0 | 55 | 60 | 227 | 127 | 34 |
| Binary | 1001 | 10000100 | 1001000 | 1011101 | 0 | 101101 | 110000 | 10010111 | 1010111 | 11100 |
Color Harmonies of #098448
Complementary color
Monochromatic Colors of #098448
Black with #098448
Text Example
Text Example
White with #098448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098448; }
p { color: rgb(9,132,72); }
H1.HeaderClassName
{
color: #098448;
}
.AnyTagClassName
{
color: #098448;
}
</style>
background-color css
<style>
a { background-color: #098448; }
a { background-color: rgb(9,132,72); }
div.DivClassName
{
background-color: #098448;
}
.BgClassName
{
background-color: #098448;
}
</style>
border-color css
<style>
span { border-color: #098448; }
span { border-color: rgb(9,132,72); }
td.TdClassName
{
border-color: #098448;
}
.TagClassName
{
border-color: #098448;
}
</style>