Shades of Salem #1A7350
Tints of Salem #1A7350
RGB
CMYK
RGB Variations
Color information
#1A7350 (or 0x1A7350) is known color: Salem. HEX triplet: 1A, 73 and 50. RGB value is (26,115,80). Sum of RGB (Red+Green+Blue) = 26+115+80=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7350 is #E58CAF. Grayscale: #545454. Windows color (decimal): -15043760 or 5272346. OLE color: 5272346.
HSL color Cylindrical-coordinate representation of color #1A7350: hue angle of 156.4º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7350 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 80 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.55 |
| HSL | 156.4º | 0.63% | 0.28% | - |
| HSV(B) | 156.4º | 0.77% | 0.45% | - |
| XYZ | 8 | 13.06 | 9.69 | - |
| YUV | 84.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 80 | 0.77 | 0 | 0.30 | 0.55 | 156.4 | 0.63 | 0.28 |
| Hex | 1A | 73 | 50 | 4D | 0 | 1E | 37 | 9C | 3F | 1C |
| Octal | 32 | 163 | 120 | 115 | 0 | 36 | 67 | 234 | 77 | 34 |
| Binary | 11010 | 1110011 | 1010000 | 1001101 | 0 | 11110 | 110111 | 10011100 | 111111 | 11100 |
Color Harmonies of #1A7350
Complementary color
Monochromatic Colors of #1A7350
Black with #1A7350
Text Example
Text Example
White with #1A7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7350; }
p { color: rgb(26,115,80); }
H1.HeaderClassName
{
color: #1A7350;
}
.AnyTagClassName
{
color: #1A7350;
}
</style>
background-color css
<style>
a { background-color: #1A7350; }
a { background-color: rgb(26,115,80); }
div.DivClassName
{
background-color: #1A7350;
}
.BgClassName
{
background-color: #1A7350;
}
</style>
border-color css
<style>
span { border-color: #1A7350; }
span { border-color: rgb(26,115,80); }
td.TdClassName
{
border-color: #1A7350;
}
.TagClassName
{
border-color: #1A7350;
}
</style>