Shades of Salem #19754D
Tints of Salem #19754D
RGB
CMYK
RGB Variations
Color information
#19754D (or 0x19754D) is known color: Salem. HEX triplet: 19, 75 and 4D. RGB value is (25,117,77). Sum of RGB (Red+Green+Blue) = 25+117+77=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #19754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19754D is #E68AB2. Grayscale: #555555. Windows color (decimal): -15108787 or 5076249. OLE color: 5076249.
HSL color Cylindrical-coordinate representation of color #19754D: hue angle of 153.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19754D is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 77 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.54 |
| HSL | 153.91º | 0.65% | 0.28% | - |
| HSV(B) | 153.91º | 0.79% | 0.46% | - |
| XYZ | 8.1 | 13.47 | 9.19 | - |
| YUV | 84.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 77 | 0.79 | 0 | 0.34 | 0.54 | 153.91 | 0.65 | 0.28 |
| Hex | 19 | 75 | 4D | 4F | 0 | 22 | 36 | 9A | 41 | 1C |
| Octal | 31 | 165 | 115 | 117 | 0 | 42 | 66 | 232 | 101 | 34 |
| Binary | 11001 | 1110101 | 1001101 | 1001111 | 0 | 100010 | 110110 | 10011010 | 1000001 | 11100 |
Color Harmonies of #19754D
Complementary color
Monochromatic Colors of #19754D
Black with #19754D
Text Example
Text Example
White with #19754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19754D; }
p { color: rgb(25,117,77); }
H1.HeaderClassName
{
color: #19754D;
}
.AnyTagClassName
{
color: #19754D;
}
</style>
background-color css
<style>
a { background-color: #19754D; }
a { background-color: rgb(25,117,77); }
div.DivClassName
{
background-color: #19754D;
}
.BgClassName
{
background-color: #19754D;
}
</style>
border-color css
<style>
span { border-color: #19754D; }
span { border-color: rgb(25,117,77); }
td.TdClassName
{
border-color: #19754D;
}
.TagClassName
{
border-color: #19754D;
}
</style>