Shades of Salem #19814F
Tints of Salem #19814F
RGB
CMYK
RGB Variations
Color information
#19814F (or 0x19814F) is known color: Salem. HEX triplet: 19, 81 and 4F. RGB value is (25,129,79). Sum of RGB (Red+Green+Blue) = 25+129+79=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #19814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19814F is #E67EB0. Grayscale: #5C5C5C. Windows color (decimal): -15105713 or 5210393. OLE color: 5210393.
HSL color Cylindrical-coordinate representation of color #19814F: hue angle of 151.15º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19814F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 79 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.49 |
| HSL | 151.15º | 0.68% | 0.3% | - |
| HSV(B) | 151.15º | 0.81% | 0.51% | - |
| XYZ | 9.66 | 16.47 | 10.07 | - |
| YUV | 92.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 79 | 0.81 | 0 | 0.39 | 0.49 | 151.15 | 0.68 | 0.3 |
| Hex | 19 | 81 | 4F | 51 | 0 | 27 | 31 | 97 | 44 | 1E |
| Octal | 31 | 201 | 117 | 121 | 0 | 47 | 61 | 227 | 104 | 36 |
| Binary | 11001 | 10000001 | 1001111 | 1010001 | 0 | 100111 | 110001 | 10010111 | 1000100 | 11110 |
Color Harmonies of #19814F
Complementary color
Monochromatic Colors of #19814F
Black with #19814F
Text Example
Text Example
White with #19814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19814F; }
p { color: rgb(25,129,79); }
H1.HeaderClassName
{
color: #19814F;
}
.AnyTagClassName
{
color: #19814F;
}
</style>
background-color css
<style>
a { background-color: #19814F; }
a { background-color: rgb(25,129,79); }
div.DivClassName
{
background-color: #19814F;
}
.BgClassName
{
background-color: #19814F;
}
</style>
border-color css
<style>
span { border-color: #19814F; }
span { border-color: rgb(25,129,79); }
td.TdClassName
{
border-color: #19814F;
}
.TagClassName
{
border-color: #19814F;
}
</style>