Shades of Salem #19784F
Tints of Salem #19784F
RGB
CMYK
RGB Variations
Color information
#19784F (or 0x19784F) is known color: Salem. HEX triplet: 19, 78 and 4F. RGB value is (25,120,79). Sum of RGB (Red+Green+Blue) = 25+120+79=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #19784F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19784F is #E687B0. Grayscale: #565656. Windows color (decimal): -15108017 or 5208089. OLE color: 5208089.
HSL color Cylindrical-coordinate representation of color #19784F: hue angle of 154.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19784F is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 79 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.53 |
| HSL | 154.11º | 0.66% | 0.28% | - |
| HSV(B) | 154.11º | 0.79% | 0.47% | - |
| XYZ | 8.53 | 14.2 | 9.69 | - |
| YUV | 86.92 | 123.53 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 79 | 0.79 | 0 | 0.34 | 0.53 | 154.11 | 0.66 | 0.28 |
| Hex | 19 | 78 | 4F | 4F | 0 | 22 | 35 | 9A | 42 | 1C |
| Octal | 31 | 170 | 117 | 117 | 0 | 42 | 65 | 232 | 102 | 34 |
| Binary | 11001 | 1111000 | 1001111 | 1001111 | 0 | 100010 | 110101 | 10011010 | 1000010 | 11100 |
Color Harmonies of #19784F
Complementary color
Monochromatic Colors of #19784F
Black with #19784F
Text Example
Text Example
White with #19784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19784F; }
p { color: rgb(25,120,79); }
H1.HeaderClassName
{
color: #19784F;
}
.AnyTagClassName
{
color: #19784F;
}
</style>
background-color css
<style>
a { background-color: #19784F; }
a { background-color: rgb(25,120,79); }
div.DivClassName
{
background-color: #19784F;
}
.BgClassName
{
background-color: #19784F;
}
</style>
border-color css
<style>
span { border-color: #19784F; }
span { border-color: rgb(25,120,79); }
td.TdClassName
{
border-color: #19784F;
}
.TagClassName
{
border-color: #19784F;
}
</style>