Shades of Salem #1A7150
Tints of Salem #1A7150
RGB
CMYK
RGB Variations
Color information
#1A7150 (or 0x1A7150) is known color: Salem. HEX triplet: 1A, 71 and 50. RGB value is (26,113,80). Sum of RGB (Red+Green+Blue) = 26+113+80=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7150 is #E58EAF. Grayscale: #535353. Windows color (decimal): -15044272 or 5271834. OLE color: 5271834.
HSL color Cylindrical-coordinate representation of color #1A7150: hue angle of 157.24º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7150 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 113 | 80 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.56 |
| HSL | 157.24º | 0.63% | 0.27% | - |
| HSV(B) | 157.24º | 0.77% | 0.44% | - |
| XYZ | 7.78 | 12.61 | 9.61 | - |
| YUV | 83.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 80 | 0.77 | 0 | 0.29 | 0.56 | 157.24 | 0.63 | 0.27 |
| Hex | 1A | 71 | 50 | 4D | 0 | 1D | 38 | 9D | 3F | 1B |
| Octal | 32 | 161 | 120 | 115 | 0 | 35 | 70 | 235 | 77 | 33 |
| Binary | 11010 | 1110001 | 1010000 | 1001101 | 0 | 11101 | 111000 | 10011101 | 111111 | 11011 |
Color Harmonies of #1A7150
Complementary color
Monochromatic Colors of #1A7150
Black with #1A7150
Text Example
Text Example
White with #1A7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7150; }
p { color: rgb(26,113,80); }
H1.HeaderClassName
{
color: #1A7150;
}
.AnyTagClassName
{
color: #1A7150;
}
</style>
background-color css
<style>
a { background-color: #1A7150; }
a { background-color: rgb(26,113,80); }
div.DivClassName
{
background-color: #1A7150;
}
.BgClassName
{
background-color: #1A7150;
}
</style>
border-color css
<style>
span { border-color: #1A7150; }
span { border-color: rgb(26,113,80); }
td.TdClassName
{
border-color: #1A7150;
}
.TagClassName
{
border-color: #1A7150;
}
</style>