Shades of Salem #1A9145
Tints of Salem #1A9145
RGB
CMYK
RGB Variations
Color information
#1A9145 (or 0x1A9145) is known color: Salem. HEX triplet: 1A, 91 and 45. RGB value is (26,145,69). Sum of RGB (Red+Green+Blue) = 26+145+69=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9145 is #E56EBA. Grayscale: #646464. Windows color (decimal): -15036091 or 4559130. OLE color: 4559130.
HSL color Cylindrical-coordinate representation of color #1A9145: hue angle of 141.68º 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 #1A9145 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 69 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.43 |
| HSL | 141.68º | 0.7% | 0.34% | - |
| HSV(B) | 141.68º | 0.82% | 0.57% | - |
| XYZ | 11.63 | 20.9 | 9.05 | - |
| YUV | 100.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 69 | 0.82 | 0 | 0.52 | 0.43 | 141.68 | 0.7 | 0.34 |
| Hex | 1A | 91 | 45 | 52 | 0 | 34 | 2B | 8E | 46 | 22 |
| Octal | 32 | 221 | 105 | 122 | 0 | 64 | 53 | 216 | 106 | 42 |
| Binary | 11010 | 10010001 | 1000101 | 1010010 | 0 | 110100 | 101011 | 10001110 | 1000110 | 100010 |
Color Harmonies of #1A9145
Complementary color
Monochromatic Colors of #1A9145
Black with #1A9145
Text Example
Text Example
White with #1A9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9145; }
p { color: rgb(26,145,69); }
H1.HeaderClassName
{
color: #1A9145;
}
.AnyTagClassName
{
color: #1A9145;
}
</style>
background-color css
<style>
a { background-color: #1A9145; }
a { background-color: rgb(26,145,69); }
div.DivClassName
{
background-color: #1A9145;
}
.BgClassName
{
background-color: #1A9145;
}
</style>
border-color css
<style>
span { border-color: #1A9145; }
span { border-color: rgb(26,145,69); }
td.TdClassName
{
border-color: #1A9145;
}
.TagClassName
{
border-color: #1A9145;
}
</style>