Shades of Salem #098A52
Tints of Salem #098A52
RGB
CMYK
RGB Variations
Color information
#098A52 (or 0x098A52) is known color: Salem. HEX triplet: 09, 8A and 52. RGB value is (9,138,82). Sum of RGB (Red+Green+Blue) = 9+138+82=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #098A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A52 is #F675AD. Grayscale: #5D5D5D. Windows color (decimal): -16151982 or 5409289. OLE color: 5409289.
HSL color Cylindrical-coordinate representation of color #098A52: hue angle of 153.95º 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 #098A52 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 82 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.46 |
| HSL | 153.95º | 0.88% | 0.29% | - |
| HSV(B) | 153.95º | 0.93% | 0.54% | - |
| XYZ | 10.72 | 18.84 | 11.05 | - |
| YUV | 93.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 82 | 0.93 | 0 | 0.41 | 0.46 | 153.95 | 0.88 | 0.29 |
| Hex | 9 | 8A | 52 | 5D | 0 | 29 | 2E | 9A | 58 | 1D |
| Octal | 11 | 212 | 122 | 135 | 0 | 51 | 56 | 232 | 130 | 35 |
| Binary | 1001 | 10001010 | 1010010 | 1011101 | 0 | 101001 | 101110 | 10011010 | 1011000 | 11101 |
Color Harmonies of #098A52
Complementary color
Monochromatic Colors of #098A52
Black with #098A52
Text Example
Text Example
White with #098A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A52; }
p { color: rgb(9,138,82); }
H1.HeaderClassName
{
color: #098A52;
}
.AnyTagClassName
{
color: #098A52;
}
</style>
background-color css
<style>
a { background-color: #098A52; }
a { background-color: rgb(9,138,82); }
div.DivClassName
{
background-color: #098A52;
}
.BgClassName
{
background-color: #098A52;
}
</style>
border-color css
<style>
span { border-color: #098A52; }
span { border-color: rgb(9,138,82); }
td.TdClassName
{
border-color: #098A52;
}
.TagClassName
{
border-color: #098A52;
}
</style>