Shades of Salem #198258
Tints of Salem #198258
RGB
CMYK
RGB Variations
Color information
#198258 (or 0x198258) is known color: Salem. HEX triplet: 19, 82 and 58. RGB value is (25,130,88). Sum of RGB (Red+Green+Blue) = 25+130+88=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #198258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198258 is #E67DA7. Grayscale: #5D5D5D. Windows color (decimal): -15105448 or 5800473. OLE color: 5800473.
HSL color Cylindrical-coordinate representation of color #198258: hue angle of 156º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198258 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 88 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.49 |
| HSL | 156º | 0.68% | 0.3% | - |
| HSV(B) | 156º | 0.81% | 0.51% | - |
| XYZ | 10.14 | 16.88 | 11.96 | - |
| YUV | 93.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 88 | 0.81 | 0 | 0.32 | 0.49 | 156 | 0.68 | 0.3 |
| Hex | 19 | 82 | 58 | 51 | 0 | 20 | 31 | 9C | 44 | 1E |
| Octal | 31 | 202 | 130 | 121 | 0 | 40 | 61 | 234 | 104 | 36 |
| Binary | 11001 | 10000010 | 1011000 | 1010001 | 0 | 100000 | 110001 | 10011100 | 1000100 | 11110 |
Color Harmonies of #198258
Complementary color
Monochromatic Colors of #198258
Black with #198258
Text Example
Text Example
White with #198258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198258; }
p { color: rgb(25,130,88); }
H1.HeaderClassName
{
color: #198258;
}
.AnyTagClassName
{
color: #198258;
}
</style>
background-color css
<style>
a { background-color: #198258; }
a { background-color: rgb(25,130,88); }
div.DivClassName
{
background-color: #198258;
}
.BgClassName
{
background-color: #198258;
}
</style>
border-color css
<style>
span { border-color: #198258; }
span { border-color: rgb(25,130,88); }
td.TdClassName
{
border-color: #198258;
}
.TagClassName
{
border-color: #198258;
}
</style>