Shades of Salem #19893C
Tints of Salem #19893C
RGB
CMYK
RGB Variations
Color information
#19893C (or 0x19893C) is known color: Salem. HEX triplet: 19, 89 and 3C. RGB value is (25,137,60). Sum of RGB (Red+Green+Blue) = 25+137+60=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #19893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19893C is #E676C3. Grayscale: #5E5E5E. Windows color (decimal): -15103684 or 3967257. OLE color: 3967257.
HSL color Cylindrical-coordinate representation of color #19893C: hue angle of 138.75º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19893C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 60 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.46 |
| HSL | 138.75º | 0.69% | 0.32% | - |
| HSV(B) | 138.75º | 0.82% | 0.54% | - |
| XYZ | 10.16 | 18.42 | 7.3 | - |
| YUV | 94.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 60 | 0.82 | 0 | 0.56 | 0.46 | 138.75 | 0.69 | 0.32 |
| Hex | 19 | 89 | 3C | 52 | 0 | 38 | 2E | 8B | 45 | 20 |
| Octal | 31 | 211 | 74 | 122 | 0 | 70 | 56 | 213 | 105 | 40 |
| Binary | 11001 | 10001001 | 111100 | 1010010 | 0 | 111000 | 101110 | 10001011 | 1000101 | 100000 |
Color Harmonies of #19893C
Complementary color
Monochromatic Colors of #19893C
Black with #19893C
Text Example
Text Example
White with #19893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19893C; }
p { color: rgb(25,137,60); }
H1.HeaderClassName
{
color: #19893C;
}
.AnyTagClassName
{
color: #19893C;
}
</style>
background-color css
<style>
a { background-color: #19893C; }
a { background-color: rgb(25,137,60); }
div.DivClassName
{
background-color: #19893C;
}
.BgClassName
{
background-color: #19893C;
}
</style>
border-color css
<style>
span { border-color: #19893C; }
span { border-color: rgb(25,137,60); }
td.TdClassName
{
border-color: #19893C;
}
.TagClassName
{
border-color: #19893C;
}
</style>