Shades of Salem #1A7556
Tints of Salem #1A7556
RGB
CMYK
RGB Variations
Color information
#1A7556 (or 0x1A7556) is known color: Salem. HEX triplet: 1A, 75 and 56. RGB value is (26,117,86). Sum of RGB (Red+Green+Blue) = 26+117+86=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7556 is #E58AA9. Grayscale: #565656. Windows color (decimal): -15043242 or 5666074. OLE color: 5666074.
HSL color Cylindrical-coordinate representation of color #1A7556: hue angle of 159.56º 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 #1A7556 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 86 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.54 |
| HSL | 159.56º | 0.64% | 0.28% | - |
| HSV(B) | 159.56º | 0.78% | 0.46% | - |
| XYZ | 8.47 | 13.61 | 10.99 | - |
| YUV | 86.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 86 | 0.78 | 0 | 0.26 | 0.54 | 159.56 | 0.64 | 0.28 |
| Hex | 1A | 75 | 56 | 4E | 0 | 1A | 36 | A0 | 40 | 1C |
| Octal | 32 | 165 | 126 | 116 | 0 | 32 | 66 | 240 | 100 | 34 |
| Binary | 11010 | 1110101 | 1010110 | 1001110 | 0 | 11010 | 110110 | 10100000 | 1000000 | 11100 |
Color Harmonies of #1A7556
Complementary color
Monochromatic Colors of #1A7556
Black with #1A7556
Text Example
Text Example
White with #1A7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7556; }
p { color: rgb(26,117,86); }
H1.HeaderClassName
{
color: #1A7556;
}
.AnyTagClassName
{
color: #1A7556;
}
</style>
background-color css
<style>
a { background-color: #1A7556; }
a { background-color: rgb(26,117,86); }
div.DivClassName
{
background-color: #1A7556;
}
.BgClassName
{
background-color: #1A7556;
}
</style>
border-color css
<style>
span { border-color: #1A7556; }
span { border-color: rgb(26,117,86); }
td.TdClassName
{
border-color: #1A7556;
}
.TagClassName
{
border-color: #1A7556;
}
</style>