Shades of Salem #19923D
Tints of Salem #19923D
RGB
CMYK
RGB Variations
Color information
#19923D (or 0x19923D) is known color: Salem. HEX triplet: 19, 92 and 3D. RGB value is (25,146,61). Sum of RGB (Red+Green+Blue) = 25+146+61=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #19923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19923D is #E66DC2. Grayscale: #646464. Windows color (decimal): -15101379 or 4035097. OLE color: 4035097.
HSL color Cylindrical-coordinate representation of color #19923D: hue angle of 137.85º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19923D is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 61 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.43 |
| HSL | 137.85º | 0.71% | 0.34% | - |
| HSV(B) | 137.85º | 0.83% | 0.57% | - |
| XYZ | 11.52 | 21.1 | 7.88 | - |
| YUV | 100.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 61 | 0.83 | 0 | 0.58 | 0.43 | 137.85 | 0.71 | 0.34 |
| Hex | 19 | 92 | 3D | 53 | 0 | 3A | 2B | 8A | 47 | 22 |
| Octal | 31 | 222 | 75 | 123 | 0 | 72 | 53 | 212 | 107 | 42 |
| Binary | 11001 | 10010010 | 111101 | 1010011 | 0 | 111010 | 101011 | 10001010 | 1000111 | 100010 |
Color Harmonies of #19923D
Complementary color
Monochromatic Colors of #19923D
Black with #19923D
Text Example
Text Example
White with #19923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19923D; }
p { color: rgb(25,146,61); }
H1.HeaderClassName
{
color: #19923D;
}
.AnyTagClassName
{
color: #19923D;
}
</style>
background-color css
<style>
a { background-color: #19923D; }
a { background-color: rgb(25,146,61); }
div.DivClassName
{
background-color: #19923D;
}
.BgClassName
{
background-color: #19923D;
}
</style>
border-color css
<style>
span { border-color: #19923D; }
span { border-color: rgb(25,146,61); }
td.TdClassName
{
border-color: #19923D;
}
.TagClassName
{
border-color: #19923D;
}
</style>