Shades of Salem #19734C
Tints of Salem #19734C
RGB
CMYK
RGB Variations
Color information
#19734C (or 0x19734C) is known color: Salem. HEX triplet: 19, 73 and 4C. RGB value is (25,115,76). Sum of RGB (Red+Green+Blue) = 25+115+76=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #19734C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19734C is #E68CB3. Grayscale: #535353. Windows color (decimal): -15109300 or 5010201. OLE color: 5010201.
HSL color Cylindrical-coordinate representation of color #19734C: hue angle of 154º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19734C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 76 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.55 |
| HSL | 154º | 0.64% | 0.27% | - |
| HSV(B) | 154º | 0.78% | 0.45% | - |
| XYZ | 7.84 | 12.99 | 8.93 | - |
| YUV | 83.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 76 | 0.78 | 0 | 0.34 | 0.55 | 154 | 0.64 | 0.27 |
| Hex | 19 | 73 | 4C | 4E | 0 | 22 | 37 | 9A | 40 | 1B |
| Octal | 31 | 163 | 114 | 116 | 0 | 42 | 67 | 232 | 100 | 33 |
| Binary | 11001 | 1110011 | 1001100 | 1001110 | 0 | 100010 | 110111 | 10011010 | 1000000 | 11011 |
Color Harmonies of #19734C
Complementary color
Monochromatic Colors of #19734C
Black with #19734C
Text Example
Text Example
White with #19734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19734C; }
p { color: rgb(25,115,76); }
H1.HeaderClassName
{
color: #19734C;
}
.AnyTagClassName
{
color: #19734C;
}
</style>
background-color css
<style>
a { background-color: #19734C; }
a { background-color: rgb(25,115,76); }
div.DivClassName
{
background-color: #19734C;
}
.BgClassName
{
background-color: #19734C;
}
</style>
border-color css
<style>
span { border-color: #19734C; }
span { border-color: rgb(25,115,76); }
td.TdClassName
{
border-color: #19734C;
}
.TagClassName
{
border-color: #19734C;
}
</style>