Shades of Salem #098C38
Tints of Salem #098C38
RGB
CMYK
RGB Variations
Color information
#098C38 (or 0x098C38) is known color: Salem. HEX triplet: 09, 8C and 38. RGB value is (9,140,56). Sum of RGB (Red+Green+Blue) = 9+140+56=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #098C38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098C38 is #F673C7. Grayscale: #5B5B5B. Windows color (decimal): -16151496 or 3705865. OLE color: 3705865.
HSL color Cylindrical-coordinate representation of color #098C38: hue angle of 141.53º 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 #098C38 is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 56 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.45 |
| HSL | 141.53º | 0.88% | 0.29% | - |
| HSV(B) | 141.53º | 0.94% | 0.55% | - |
| XYZ | 10.2 | 19.1 | 6.89 | - |
| YUV | 91.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 56 | 0.94 | 0 | 0.6 | 0.45 | 141.53 | 0.88 | 0.29 |
| Hex | 9 | 8C | 38 | 5E | 0 | 3C | 2D | 8E | 58 | 1D |
| Octal | 11 | 214 | 70 | 136 | 0 | 74 | 55 | 216 | 130 | 35 |
| Binary | 1001 | 10001100 | 111000 | 1011110 | 0 | 111100 | 101101 | 10001110 | 1011000 | 11101 |
Color Harmonies of #098C38
Complementary color
Monochromatic Colors of #098C38
Black with #098C38
Text Example
Text Example
White with #098C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C38; }
p { color: rgb(9,140,56); }
H1.HeaderClassName
{
color: #098C38;
}
.AnyTagClassName
{
color: #098C38;
}
</style>
background-color css
<style>
a { background-color: #098C38; }
a { background-color: rgb(9,140,56); }
div.DivClassName
{
background-color: #098C38;
}
.BgClassName
{
background-color: #098C38;
}
</style>
border-color css
<style>
span { border-color: #098C38; }
span { border-color: rgb(9,140,56); }
td.TdClassName
{
border-color: #098C38;
}
.TagClassName
{
border-color: #098C38;
}
</style>