Shades of Salem #1A7456
Tints of Salem #1A7456
RGB
CMYK
RGB Variations
Color information
#1A7456 (or 0x1A7456) is known color: Salem. HEX triplet: 1A, 74 and 56. RGB value is (26,116,86). Sum of RGB (Red+Green+Blue) = 26+116+86=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7456 is #E58BA9. Grayscale: #555555. Windows color (decimal): -15043498 or 5665818. OLE color: 5665818.
HSL color Cylindrical-coordinate representation of color #1A7456: hue angle of 160º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7456 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 86 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.55 |
| HSL | 160º | 0.63% | 0.28% | - |
| HSV(B) | 160º | 0.78% | 0.45% | - |
| XYZ | 8.35 | 13.38 | 10.95 | - |
| YUV | 85.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 86 | 0.78 | 0 | 0.26 | 0.55 | 160 | 0.63 | 0.28 |
| Hex | 1A | 74 | 56 | 4E | 0 | 1A | 37 | A0 | 3F | 1C |
| Octal | 32 | 164 | 126 | 116 | 0 | 32 | 67 | 240 | 77 | 34 |
| Binary | 11010 | 1110100 | 1010110 | 1001110 | 0 | 11010 | 110111 | 10100000 | 111111 | 11100 |
Color Harmonies of #1A7456
Complementary color
Monochromatic Colors of #1A7456
Black with #1A7456
Text Example
Text Example
White with #1A7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7456; }
p { color: rgb(26,116,86); }
H1.HeaderClassName
{
color: #1A7456;
}
.AnyTagClassName
{
color: #1A7456;
}
</style>
background-color css
<style>
a { background-color: #1A7456; }
a { background-color: rgb(26,116,86); }
div.DivClassName
{
background-color: #1A7456;
}
.BgClassName
{
background-color: #1A7456;
}
</style>
border-color css
<style>
span { border-color: #1A7456; }
span { border-color: rgb(26,116,86); }
td.TdClassName
{
border-color: #1A7456;
}
.TagClassName
{
border-color: #1A7456;
}
</style>