Shades of Salem #098C54
Tints of Salem #098C54
RGB
CMYK
RGB Variations
Color information
#098C54 (or 0x098C54) is known color: Salem. HEX triplet: 09, 8C and 54. RGB value is (9,140,84). Sum of RGB (Red+Green+Blue) = 9+140+84=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #098C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098C54 is #F673AB. Grayscale: #5E5E5E. Windows color (decimal): -16151468 or 5540873. OLE color: 5540873.
HSL color Cylindrical-coordinate representation of color #098C54: hue angle of 154.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098C54 is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 84 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.45 |
| HSL | 154.35º | 0.88% | 0.29% | - |
| HSV(B) | 154.35º | 0.94% | 0.55% | - |
| XYZ | 11.09 | 19.45 | 11.56 | - |
| YUV | 94.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 84 | 0.94 | 0 | 0.4 | 0.45 | 154.35 | 0.88 | 0.29 |
| Hex | 9 | 8C | 54 | 5E | 0 | 28 | 2D | 9A | 58 | 1D |
| Octal | 11 | 214 | 124 | 136 | 0 | 50 | 55 | 232 | 130 | 35 |
| Binary | 1001 | 10001100 | 1010100 | 1011110 | 0 | 101000 | 101101 | 10011010 | 1011000 | 11101 |
Color Harmonies of #098C54
Complementary color
Monochromatic Colors of #098C54
Black with #098C54
Text Example
Text Example
White with #098C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C54; }
p { color: rgb(9,140,84); }
H1.HeaderClassName
{
color: #098C54;
}
.AnyTagClassName
{
color: #098C54;
}
</style>
background-color css
<style>
a { background-color: #098C54; }
a { background-color: rgb(9,140,84); }
div.DivClassName
{
background-color: #098C54;
}
.BgClassName
{
background-color: #098C54;
}
</style>
border-color css
<style>
span { border-color: #098C54; }
span { border-color: rgb(9,140,84); }
td.TdClassName
{
border-color: #098C54;
}
.TagClassName
{
border-color: #098C54;
}
</style>