Shades of Salem #1A7550
Tints of Salem #1A7550
RGB
CMYK
RGB Variations
Color information
#1A7550 (or 0x1A7550) is known color: Salem. HEX triplet: 1A, 75 and 50. RGB value is (26,117,80). Sum of RGB (Red+Green+Blue) = 26+117+80=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7550 is #E58AAF. Grayscale: #555555. Windows color (decimal): -15043248 or 5272858. OLE color: 5272858.
HSL color Cylindrical-coordinate representation of color #1A7550: hue angle of 155.6º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7550 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 80 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.54 |
| HSL | 155.6º | 0.64% | 0.28% | - |
| HSV(B) | 155.6º | 0.78% | 0.46% | - |
| XYZ | 8.24 | 13.52 | 9.77 | - |
| YUV | 85.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 80 | 0.78 | 0 | 0.32 | 0.54 | 155.6 | 0.64 | 0.28 |
| Hex | 1A | 75 | 50 | 4E | 0 | 20 | 36 | 9C | 40 | 1C |
| Octal | 32 | 165 | 120 | 116 | 0 | 40 | 66 | 234 | 100 | 34 |
| Binary | 11010 | 1110101 | 1010000 | 1001110 | 0 | 100000 | 110110 | 10011100 | 1000000 | 11100 |
Color Harmonies of #1A7550
Complementary color
Monochromatic Colors of #1A7550
Black with #1A7550
Text Example
Text Example
White with #1A7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7550; }
p { color: rgb(26,117,80); }
H1.HeaderClassName
{
color: #1A7550;
}
.AnyTagClassName
{
color: #1A7550;
}
</style>
background-color css
<style>
a { background-color: #1A7550; }
a { background-color: rgb(26,117,80); }
div.DivClassName
{
background-color: #1A7550;
}
.BgClassName
{
background-color: #1A7550;
}
</style>
border-color css
<style>
span { border-color: #1A7550; }
span { border-color: rgb(26,117,80); }
td.TdClassName
{
border-color: #1A7550;
}
.TagClassName
{
border-color: #1A7550;
}
</style>