Shades of Salem #198045
Tints of Salem #198045
RGB
CMYK
RGB Variations
Color information
#198045 (or 0x198045) is known color: Salem. HEX triplet: 19, 80 and 45. RGB value is (25,128,69). Sum of RGB (Red+Green+Blue) = 25+128+69=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #198045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198045 is #E67FBA. Grayscale: #5A5A5A. Windows color (decimal): -15105979 or 4554777. OLE color: 4554777.
HSL color Cylindrical-coordinate representation of color #198045: hue angle of 145.63º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198045 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 69 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.50 |
| HSL | 145.63º | 0.67% | 0.3% | - |
| HSV(B) | 145.63º | 0.8% | 0.5% | - |
| XYZ | 9.19 | 16.07 | 8.25 | - |
| YUV | 90.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 69 | 0.80 | 0 | 0.46 | 0.50 | 145.63 | 0.67 | 0.3 |
| Hex | 19 | 80 | 45 | 50 | 0 | 2E | 32 | 92 | 43 | 1E |
| Octal | 31 | 200 | 105 | 120 | 0 | 56 | 62 | 222 | 103 | 36 |
| Binary | 11001 | 10000000 | 1000101 | 1010000 | 0 | 101110 | 110010 | 10010010 | 1000011 | 11110 |
Color Harmonies of #198045
Complementary color
Monochromatic Colors of #198045
Black with #198045
Text Example
Text Example
White with #198045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198045; }
p { color: rgb(25,128,69); }
H1.HeaderClassName
{
color: #198045;
}
.AnyTagClassName
{
color: #198045;
}
</style>
background-color css
<style>
a { background-color: #198045; }
a { background-color: rgb(25,128,69); }
div.DivClassName
{
background-color: #198045;
}
.BgClassName
{
background-color: #198045;
}
</style>
border-color css
<style>
span { border-color: #198045; }
span { border-color: rgb(25,128,69); }
td.TdClassName
{
border-color: #198045;
}
.TagClassName
{
border-color: #198045;
}
</style>