Shades of Salem #198355
Tints of Salem #198355
RGB
CMYK
RGB Variations
Color information
#198355 (or 0x198355) is known color: Salem. HEX triplet: 19, 83 and 55. RGB value is (25,131,85). Sum of RGB (Red+Green+Blue) = 25+131+85=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #198355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198355 is #E67CAA. Grayscale: #5E5E5E. Windows color (decimal): -15105195 or 5604121. OLE color: 5604121.
HSL color Cylindrical-coordinate representation of color #198355: hue angle of 153.96º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198355 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 85 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.49 |
| HSL | 153.96º | 0.68% | 0.31% | - |
| HSV(B) | 153.96º | 0.81% | 0.51% | - |
| XYZ | 10.16 | 17.1 | 11.36 | - |
| YUV | 94.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 85 | 0.81 | 0 | 0.35 | 0.49 | 153.96 | 0.68 | 0.31 |
| Hex | 19 | 83 | 55 | 51 | 0 | 23 | 31 | 9A | 44 | 1F |
| Octal | 31 | 203 | 125 | 121 | 0 | 43 | 61 | 232 | 104 | 37 |
| Binary | 11001 | 10000011 | 1010101 | 1010001 | 0 | 100011 | 110001 | 10011010 | 1000100 | 11111 |
Color Harmonies of #198355
Complementary color
Monochromatic Colors of #198355
Black with #198355
Text Example
Text Example
White with #198355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198355; }
p { color: rgb(25,131,85); }
H1.HeaderClassName
{
color: #198355;
}
.AnyTagClassName
{
color: #198355;
}
</style>
background-color css
<style>
a { background-color: #198355; }
a { background-color: rgb(25,131,85); }
div.DivClassName
{
background-color: #198355;
}
.BgClassName
{
background-color: #198355;
}
</style>
border-color css
<style>
span { border-color: #198355; }
span { border-color: rgb(25,131,85); }
td.TdClassName
{
border-color: #198355;
}
.TagClassName
{
border-color: #198355;
}
</style>