Shades of Salem #19764D
Tints of Salem #19764D
RGB
CMYK
RGB Variations
Color information
#19764D (or 0x19764D) is known color: Salem. HEX triplet: 19, 76 and 4D. RGB value is (25,118,77). Sum of RGB (Red+Green+Blue) = 25+118+77=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #19764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19764D is #E689B2. Grayscale: #555555. Windows color (decimal): -15108531 or 5076505. OLE color: 5076505.
HSL color Cylindrical-coordinate representation of color #19764D: hue angle of 153.55º 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 #19764D is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 77 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.54 |
| HSL | 153.55º | 0.65% | 0.28% | - |
| HSV(B) | 153.55º | 0.79% | 0.46% | - |
| XYZ | 8.22 | 13.7 | 9.23 | - |
| YUV | 85.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 77 | 0.79 | 0 | 0.35 | 0.54 | 153.55 | 0.65 | 0.28 |
| Hex | 19 | 76 | 4D | 4F | 0 | 23 | 36 | 9A | 41 | 1C |
| Octal | 31 | 166 | 115 | 117 | 0 | 43 | 66 | 232 | 101 | 34 |
| Binary | 11001 | 1110110 | 1001101 | 1001111 | 0 | 100011 | 110110 | 10011010 | 1000001 | 11100 |
Color Harmonies of #19764D
Complementary color
Monochromatic Colors of #19764D
Black with #19764D
Text Example
Text Example
White with #19764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19764D; }
p { color: rgb(25,118,77); }
H1.HeaderClassName
{
color: #19764D;
}
.AnyTagClassName
{
color: #19764D;
}
</style>
background-color css
<style>
a { background-color: #19764D; }
a { background-color: rgb(25,118,77); }
div.DivClassName
{
background-color: #19764D;
}
.BgClassName
{
background-color: #19764D;
}
</style>
border-color css
<style>
span { border-color: #19764D; }
span { border-color: rgb(25,118,77); }
td.TdClassName
{
border-color: #19764D;
}
.TagClassName
{
border-color: #19764D;
}
</style>