Shades of Salem #198348
Tints of Salem #198348
RGB
CMYK
RGB Variations
Color information
#198348 (or 0x198348) is known color: Salem. HEX triplet: 19, 83 and 48. RGB value is (25,131,72). Sum of RGB (Red+Green+Blue) = 25+131+72=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #198348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198348 is #E67CB7. Grayscale: #5C5C5C. Windows color (decimal): -15105208 or 4752153. OLE color: 4752153.
HSL color Cylindrical-coordinate representation of color #198348: hue angle of 146.6º 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 #198348 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 72 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.49 |
| HSL | 146.6º | 0.68% | 0.31% | - |
| HSV(B) | 146.6º | 0.81% | 0.51% | - |
| XYZ | 9.69 | 16.91 | 8.88 | - |
| YUV | 92.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 72 | 0.81 | 0 | 0.45 | 0.49 | 146.6 | 0.68 | 0.31 |
| Hex | 19 | 83 | 48 | 51 | 0 | 2D | 31 | 93 | 44 | 1F |
| Octal | 31 | 203 | 110 | 121 | 0 | 55 | 61 | 223 | 104 | 37 |
| Binary | 11001 | 10000011 | 1001000 | 1010001 | 0 | 101101 | 110001 | 10010011 | 1000100 | 11111 |
Color Harmonies of #198348
Complementary color
Monochromatic Colors of #198348
Black with #198348
Text Example
Text Example
White with #198348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198348; }
p { color: rgb(25,131,72); }
H1.HeaderClassName
{
color: #198348;
}
.AnyTagClassName
{
color: #198348;
}
</style>
background-color css
<style>
a { background-color: #198348; }
a { background-color: rgb(25,131,72); }
div.DivClassName
{
background-color: #198348;
}
.BgClassName
{
background-color: #198348;
}
</style>
border-color css
<style>
span { border-color: #198348; }
span { border-color: rgb(25,131,72); }
td.TdClassName
{
border-color: #198348;
}
.TagClassName
{
border-color: #198348;
}
</style>