Shades of Salem #098C4D
Tints of Salem #098C4D
RGB
CMYK
RGB Variations
Color information
#098C4D (or 0x098C4D) is known color: Salem. HEX triplet: 09, 8C and 4D. RGB value is (9,140,77). Sum of RGB (Red+Green+Blue) = 9+140+77=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #098C4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098C4D is #F673B2. Grayscale: #5D5D5D. Windows color (decimal): -16151475 or 5082121. OLE color: 5082121.
HSL color Cylindrical-coordinate representation of color #098C4D: hue angle of 151.15º 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 #098C4D is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 77 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.45 |
| HSL | 151.15º | 0.88% | 0.29% | - |
| HSV(B) | 151.15º | 0.94% | 0.55% | - |
| XYZ | 10.83 | 19.35 | 10.19 | - |
| YUV | 93.65 | 118.6 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 77 | 0.94 | 0 | 0.45 | 0.45 | 151.15 | 0.88 | 0.29 |
| Hex | 9 | 8C | 4D | 5E | 0 | 2D | 2D | 97 | 58 | 1D |
| Octal | 11 | 214 | 115 | 136 | 0 | 55 | 55 | 227 | 130 | 35 |
| Binary | 1001 | 10001100 | 1001101 | 1011110 | 0 | 101101 | 101101 | 10010111 | 1011000 | 11101 |
Color Harmonies of #098C4D
Complementary color
Monochromatic Colors of #098C4D
Black with #098C4D
Text Example
Text Example
White with #098C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C4D; }
p { color: rgb(9,140,77); }
H1.HeaderClassName
{
color: #098C4D;
}
.AnyTagClassName
{
color: #098C4D;
}
</style>
background-color css
<style>
a { background-color: #098C4D; }
a { background-color: rgb(9,140,77); }
div.DivClassName
{
background-color: #098C4D;
}
.BgClassName
{
background-color: #098C4D;
}
</style>
border-color css
<style>
span { border-color: #098C4D; }
span { border-color: rgb(9,140,77); }
td.TdClassName
{
border-color: #098C4D;
}
.TagClassName
{
border-color: #098C4D;
}
</style>