Shades of Salem #19913B
Tints of Salem #19913B
RGB
CMYK
RGB Variations
Color information
#19913B (or 0x19913B) is known color: Salem. HEX triplet: 19, 91 and 3B. RGB value is (25,145,59). Sum of RGB (Red+Green+Blue) = 25+145+59=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #19913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19913B is #E66EC4. Grayscale: #636363. Windows color (decimal): -15101637 or 3903769. OLE color: 3903769.
HSL color Cylindrical-coordinate representation of color #19913B: hue angle of 137º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19913B is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 59 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.43 |
| HSL | 137º | 0.71% | 0.33% | - |
| HSV(B) | 137º | 0.83% | 0.57% | - |
| XYZ | 11.32 | 20.77 | 7.55 | - |
| YUV | 99.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 59 | 0.83 | 0 | 0.59 | 0.43 | 137 | 0.71 | 0.33 |
| Hex | 19 | 91 | 3B | 53 | 0 | 3B | 2B | 89 | 47 | 21 |
| Octal | 31 | 221 | 73 | 123 | 0 | 73 | 53 | 211 | 107 | 41 |
| Binary | 11001 | 10010001 | 111011 | 1010011 | 0 | 111011 | 101011 | 10001001 | 1000111 | 100001 |
Color Harmonies of #19913B
Complementary color
Monochromatic Colors of #19913B
Black with #19913B
Text Example
Text Example
White with #19913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19913B; }
p { color: rgb(25,145,59); }
H1.HeaderClassName
{
color: #19913B;
}
.AnyTagClassName
{
color: #19913B;
}
</style>
background-color css
<style>
a { background-color: #19913B; }
a { background-color: rgb(25,145,59); }
div.DivClassName
{
background-color: #19913B;
}
.BgClassName
{
background-color: #19913B;
}
</style>
border-color css
<style>
span { border-color: #19913B; }
span { border-color: rgb(25,145,59); }
td.TdClassName
{
border-color: #19913B;
}
.TagClassName
{
border-color: #19913B;
}
</style>