Shades of Salem #198B3C
Tints of Salem #198B3C
RGB
CMYK
RGB Variations
Color information
#198B3C (or 0x198B3C) is known color: Salem. HEX triplet: 19, 8B and 3C. RGB value is (25,139,60). Sum of RGB (Red+Green+Blue) = 25+139+60=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #198B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B3C is #E674C3. Grayscale: #606060. Windows color (decimal): -15103172 or 3967769. OLE color: 3967769.
HSL color Cylindrical-coordinate representation of color #198B3C: hue angle of 138.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B3C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 139 | 60 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.45 |
| HSL | 138.42º | 0.7% | 0.32% | - |
| HSV(B) | 138.42º | 0.82% | 0.55% | - |
| XYZ | 10.45 | 19 | 7.39 | - |
| YUV | 95.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 60 | 0.82 | 0 | 0.57 | 0.45 | 138.42 | 0.7 | 0.32 |
| Hex | 19 | 8B | 3C | 52 | 0 | 39 | 2D | 8A | 46 | 20 |
| Octal | 31 | 213 | 74 | 122 | 0 | 71 | 55 | 212 | 106 | 40 |
| Binary | 11001 | 10001011 | 111100 | 1010010 | 0 | 111001 | 101101 | 10001010 | 1000110 | 100000 |
Color Harmonies of #198B3C
Complementary color
Monochromatic Colors of #198B3C
Black with #198B3C
Text Example
Text Example
White with #198B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B3C; }
p { color: rgb(25,139,60); }
H1.HeaderClassName
{
color: #198B3C;
}
.AnyTagClassName
{
color: #198B3C;
}
</style>
background-color css
<style>
a { background-color: #198B3C; }
a { background-color: rgb(25,139,60); }
div.DivClassName
{
background-color: #198B3C;
}
.BgClassName
{
background-color: #198B3C;
}
</style>
border-color css
<style>
span { border-color: #198B3C; }
span { border-color: rgb(25,139,60); }
td.TdClassName
{
border-color: #198B3C;
}
.TagClassName
{
border-color: #198B3C;
}
</style>