Shades of Salem #19854C
Tints of Salem #19854C
RGB
CMYK
RGB Variations
Color information
#19854C (or 0x19854C) is known color: Salem. HEX triplet: 19, 85 and 4C. RGB value is (25,133,76). Sum of RGB (Red+Green+Blue) = 25+133+76=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #19854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19854C is #E67AB3. Grayscale: #5E5E5E. Windows color (decimal): -15104692 or 5014809. OLE color: 5014809.
HSL color Cylindrical-coordinate representation of color #19854C: hue angle of 148.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19854C is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 76 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.48 |
| HSL | 148.33º | 0.68% | 0.31% | - |
| HSV(B) | 148.33º | 0.81% | 0.52% | - |
| XYZ | 10.09 | 17.5 | 9.68 | - |
| YUV | 94.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 76 | 0.81 | 0 | 0.43 | 0.48 | 148.33 | 0.68 | 0.31 |
| Hex | 19 | 85 | 4C | 51 | 0 | 2B | 30 | 94 | 44 | 1F |
| Octal | 31 | 205 | 114 | 121 | 0 | 53 | 60 | 224 | 104 | 37 |
| Binary | 11001 | 10000101 | 1001100 | 1010001 | 0 | 101011 | 110000 | 10010100 | 1000100 | 11111 |
Color Harmonies of #19854C
Complementary color
Monochromatic Colors of #19854C
Black with #19854C
Text Example
Text Example
White with #19854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19854C; }
p { color: rgb(25,133,76); }
H1.HeaderClassName
{
color: #19854C;
}
.AnyTagClassName
{
color: #19854C;
}
</style>
background-color css
<style>
a { background-color: #19854C; }
a { background-color: rgb(25,133,76); }
div.DivClassName
{
background-color: #19854C;
}
.BgClassName
{
background-color: #19854C;
}
</style>
border-color css
<style>
span { border-color: #19854C; }
span { border-color: rgb(25,133,76); }
td.TdClassName
{
border-color: #19854C;
}
.TagClassName
{
border-color: #19854C;
}
</style>