Shades of Salem #19874C
Tints of Salem #19874C
RGB
CMYK
RGB Variations
Color information
#19874C (or 0x19874C) is known color: Salem. HEX triplet: 19, 87 and 4C. RGB value is (25,135,76). Sum of RGB (Red+Green+Blue) = 25+135+76=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #19874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19874C is #E678B3. Grayscale: #5F5F5F. Windows color (decimal): -15104180 or 5015321. OLE color: 5015321.
HSL color Cylindrical-coordinate representation of color #19874C: hue angle of 147.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19874C is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 76 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.47 |
| HSL | 147.82º | 0.69% | 0.31% | - |
| HSV(B) | 147.82º | 0.81% | 0.53% | - |
| XYZ | 10.37 | 18.06 | 9.78 | - |
| YUV | 95.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 76 | 0.81 | 0 | 0.44 | 0.47 | 147.82 | 0.69 | 0.31 |
| Hex | 19 | 87 | 4C | 51 | 0 | 2C | 2F | 94 | 45 | 1F |
| Octal | 31 | 207 | 114 | 121 | 0 | 54 | 57 | 224 | 105 | 37 |
| Binary | 11001 | 10000111 | 1001100 | 1010001 | 0 | 101100 | 101111 | 10010100 | 1000101 | 11111 |
Color Harmonies of #19874C
Complementary color
Monochromatic Colors of #19874C
Black with #19874C
Text Example
Text Example
White with #19874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19874C; }
p { color: rgb(25,135,76); }
H1.HeaderClassName
{
color: #19874C;
}
.AnyTagClassName
{
color: #19874C;
}
</style>
background-color css
<style>
a { background-color: #19874C; }
a { background-color: rgb(25,135,76); }
div.DivClassName
{
background-color: #19874C;
}
.BgClassName
{
background-color: #19874C;
}
</style>
border-color css
<style>
span { border-color: #19874C; }
span { border-color: rgb(25,135,76); }
td.TdClassName
{
border-color: #19874C;
}
.TagClassName
{
border-color: #19874C;
}
</style>