Shades of Salem #198349
Tints of Salem #198349
RGB
CMYK
RGB Variations
Color information
#198349 (or 0x198349) is known color: Salem. HEX triplet: 19, 83 and 49. RGB value is (25,131,73). Sum of RGB (Red+Green+Blue) = 25+131+73=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #198349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198349 is #E67CB6. Grayscale: #5C5C5C. Windows color (decimal): -15105207 or 4817689. OLE color: 4817689.
HSL color Cylindrical-coordinate representation of color #198349: hue angle of 147.17º 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 #198349 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 73 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.49 |
| HSL | 147.17º | 0.68% | 0.31% | - |
| HSV(B) | 147.17º | 0.81% | 0.51% | - |
| XYZ | 9.72 | 16.92 | 9.06 | - |
| YUV | 92.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 73 | 0.81 | 0 | 0.44 | 0.49 | 147.17 | 0.68 | 0.31 |
| Hex | 19 | 83 | 49 | 51 | 0 | 2C | 31 | 93 | 44 | 1F |
| Octal | 31 | 203 | 111 | 121 | 0 | 54 | 61 | 223 | 104 | 37 |
| Binary | 11001 | 10000011 | 1001001 | 1010001 | 0 | 101100 | 110001 | 10010011 | 1000100 | 11111 |
Color Harmonies of #198349
Complementary color
Monochromatic Colors of #198349
Black with #198349
Text Example
Text Example
White with #198349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198349; }
p { color: rgb(25,131,73); }
H1.HeaderClassName
{
color: #198349;
}
.AnyTagClassName
{
color: #198349;
}
</style>
background-color css
<style>
a { background-color: #198349; }
a { background-color: rgb(25,131,73); }
div.DivClassName
{
background-color: #198349;
}
.BgClassName
{
background-color: #198349;
}
</style>
border-color css
<style>
span { border-color: #198349; }
span { border-color: rgb(25,131,73); }
td.TdClassName
{
border-color: #198349;
}
.TagClassName
{
border-color: #198349;
}
</style>