Shades of Salem #198A4B
Tints of Salem #198A4B
RGB
CMYK
RGB Variations
Color information
#198A4B (or 0x198A4B) is known color: Salem. HEX triplet: 19, 8A and 4B. RGB value is (25,138,75). Sum of RGB (Red+Green+Blue) = 25+138+75=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #198A4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A4B is #E675B4. Grayscale: #616161. Windows color (decimal): -15103413 or 4950553. OLE color: 4950553.
HSL color Cylindrical-coordinate representation of color #198A4B: hue angle of 146.55º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A4B is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 75 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.46 |
| HSL | 146.55º | 0.69% | 0.32% | - |
| HSV(B) | 146.55º | 0.82% | 0.54% | - |
| XYZ | 10.76 | 18.89 | 9.74 | - |
| YUV | 97.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 75 | 0.82 | 0 | 0.46 | 0.46 | 146.55 | 0.69 | 0.32 |
| Hex | 19 | 8A | 4B | 52 | 0 | 2E | 2E | 93 | 45 | 20 |
| Octal | 31 | 212 | 113 | 122 | 0 | 56 | 56 | 223 | 105 | 40 |
| Binary | 11001 | 10001010 | 1001011 | 1010010 | 0 | 101110 | 101110 | 10010011 | 1000101 | 100000 |
Color Harmonies of #198A4B
Complementary color
Monochromatic Colors of #198A4B
Black with #198A4B
Text Example
Text Example
White with #198A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A4B; }
p { color: rgb(25,138,75); }
H1.HeaderClassName
{
color: #198A4B;
}
.AnyTagClassName
{
color: #198A4B;
}
</style>
background-color css
<style>
a { background-color: #198A4B; }
a { background-color: rgb(25,138,75); }
div.DivClassName
{
background-color: #198A4B;
}
.BgClassName
{
background-color: #198A4B;
}
</style>
border-color css
<style>
span { border-color: #198A4B; }
span { border-color: rgb(25,138,75); }
td.TdClassName
{
border-color: #198A4B;
}
.TagClassName
{
border-color: #198A4B;
}
</style>