Shades of Salem #19754E
Tints of Salem #19754E
RGB
CMYK
RGB Variations
Color information
#19754E (or 0x19754E) is known color: Salem. HEX triplet: 19, 75 and 4E. RGB value is (25,117,78). Sum of RGB (Red+Green+Blue) = 25+117+78=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #19754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19754E is #E68AB1. Grayscale: #555555. Windows color (decimal): -15108786 or 5141785. OLE color: 5141785.
HSL color Cylindrical-coordinate representation of color #19754E: hue angle of 154.57º 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 #19754E is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 78 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.54 |
| HSL | 154.57º | 0.65% | 0.28% | - |
| HSV(B) | 154.57º | 0.79% | 0.46% | - |
| XYZ | 8.14 | 13.48 | 9.38 | - |
| YUV | 85.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 78 | 0.79 | 0 | 0.33 | 0.54 | 154.57 | 0.65 | 0.28 |
| Hex | 19 | 75 | 4E | 4F | 0 | 21 | 36 | 9B | 41 | 1C |
| Octal | 31 | 165 | 116 | 117 | 0 | 41 | 66 | 233 | 101 | 34 |
| Binary | 11001 | 1110101 | 1001110 | 1001111 | 0 | 100001 | 110110 | 10011011 | 1000001 | 11100 |
Color Harmonies of #19754E
Complementary color
Monochromatic Colors of #19754E
Black with #19754E
Text Example
Text Example
White with #19754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19754E; }
p { color: rgb(25,117,78); }
H1.HeaderClassName
{
color: #19754E;
}
.AnyTagClassName
{
color: #19754E;
}
</style>
background-color css
<style>
a { background-color: #19754E; }
a { background-color: rgb(25,117,78); }
div.DivClassName
{
background-color: #19754E;
}
.BgClassName
{
background-color: #19754E;
}
</style>
border-color css
<style>
span { border-color: #19754E; }
span { border-color: rgb(25,117,78); }
td.TdClassName
{
border-color: #19754E;
}
.TagClassName
{
border-color: #19754E;
}
</style>