Shades of Salem #1A9147
Tints of Salem #1A9147
RGB
CMYK
RGB Variations
Color information
#1A9147 (or 0x1A9147) is known color: Salem. HEX triplet: 1A, 91 and 47. RGB value is (26,145,71). Sum of RGB (Red+Green+Blue) = 26+145+71=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9147 is #E56EB8. Grayscale: #656565. Windows color (decimal): -15036089 or 4690202. OLE color: 4690202.
HSL color Cylindrical-coordinate representation of color #1A9147: hue angle of 142.69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9147 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 71 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.43 |
| HSL | 142.69º | 0.7% | 0.34% | - |
| HSV(B) | 142.69º | 0.82% | 0.57% | - |
| XYZ | 11.69 | 20.93 | 9.38 | - |
| YUV | 100.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 71 | 0.82 | 0 | 0.51 | 0.43 | 142.69 | 0.7 | 0.34 |
| Hex | 1A | 91 | 47 | 52 | 0 | 33 | 2B | 8F | 46 | 22 |
| Octal | 32 | 221 | 107 | 122 | 0 | 63 | 53 | 217 | 106 | 42 |
| Binary | 11010 | 10010001 | 1000111 | 1010010 | 0 | 110011 | 101011 | 10001111 | 1000110 | 100010 |
Color Harmonies of #1A9147
Complementary color
Monochromatic Colors of #1A9147
Black with #1A9147
Text Example
Text Example
White with #1A9147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9147; }
p { color: rgb(26,145,71); }
H1.HeaderClassName
{
color: #1A9147;
}
.AnyTagClassName
{
color: #1A9147;
}
</style>
background-color css
<style>
a { background-color: #1A9147; }
a { background-color: rgb(26,145,71); }
div.DivClassName
{
background-color: #1A9147;
}
.BgClassName
{
background-color: #1A9147;
}
</style>
border-color css
<style>
span { border-color: #1A9147; }
span { border-color: rgb(26,145,71); }
td.TdClassName
{
border-color: #1A9147;
}
.TagClassName
{
border-color: #1A9147;
}
</style>