Shades of Salem #19904F
Tints of Salem #19904F
RGB
CMYK
RGB Variations
Color information
#19904F (or 0x19904F) is known color: Salem. HEX triplet: 19, 90 and 4F. RGB value is (25,144,79). Sum of RGB (Red+Green+Blue) = 25+144+79=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #19904F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19904F is #E66FB0. Grayscale: #656565. Windows color (decimal): -15101873 or 5214233. OLE color: 5214233.
HSL color Cylindrical-coordinate representation of color #19904F: hue angle of 147.23º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19904F is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 79 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.44 |
| HSL | 147.23º | 0.7% | 0.33% | - |
| HSV(B) | 147.23º | 0.83% | 0.56% | - |
| XYZ | 11.79 | 20.72 | 10.77 | - |
| YUV | 101.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 79 | 0.83 | 0 | 0.45 | 0.44 | 147.23 | 0.7 | 0.33 |
| Hex | 19 | 90 | 4F | 53 | 0 | 2D | 2C | 93 | 46 | 21 |
| Octal | 31 | 220 | 117 | 123 | 0 | 55 | 54 | 223 | 106 | 41 |
| Binary | 11001 | 10010000 | 1001111 | 1010011 | 0 | 101101 | 101100 | 10010011 | 1000110 | 100001 |
Color Harmonies of #19904F
Complementary color
Monochromatic Colors of #19904F
Black with #19904F
Text Example
Text Example
White with #19904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19904F; }
p { color: rgb(25,144,79); }
H1.HeaderClassName
{
color: #19904F;
}
.AnyTagClassName
{
color: #19904F;
}
</style>
background-color css
<style>
a { background-color: #19904F; }
a { background-color: rgb(25,144,79); }
div.DivClassName
{
background-color: #19904F;
}
.BgClassName
{
background-color: #19904F;
}
</style>
border-color css
<style>
span { border-color: #19904F; }
span { border-color: rgb(25,144,79); }
td.TdClassName
{
border-color: #19904F;
}
.TagClassName
{
border-color: #19904F;
}
</style>