Shades of Salem #1A7354
Tints of Salem #1A7354
RGB
CMYK
RGB Variations
Color information
#1A7354 (or 0x1A7354) is known color: Salem. HEX triplet: 1A, 73 and 54. RGB value is (26,115,84). Sum of RGB (Red+Green+Blue) = 26+115+84=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7354 is #E58CAB. Grayscale: #545454. Windows color (decimal): -15043756 or 5534490. OLE color: 5534490.
HSL color Cylindrical-coordinate representation of color #1A7354: hue angle of 159.1º 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 #1A7354 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 84 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.55 |
| HSL | 159.1º | 0.63% | 0.28% | - |
| HSV(B) | 159.1º | 0.77% | 0.45% | - |
| XYZ | 8.16 | 13.12 | 10.49 | - |
| YUV | 84.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 84 | 0.77 | 0 | 0.27 | 0.55 | 159.1 | 0.63 | 0.28 |
| Hex | 1A | 73 | 54 | 4D | 0 | 1B | 37 | 9F | 3F | 1C |
| Octal | 32 | 163 | 124 | 115 | 0 | 33 | 67 | 237 | 77 | 34 |
| Binary | 11010 | 1110011 | 1010100 | 1001101 | 0 | 11011 | 110111 | 10011111 | 111111 | 11100 |
Color Harmonies of #1A7354
Complementary color
Monochromatic Colors of #1A7354
Black with #1A7354
Text Example
Text Example
White with #1A7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7354; }
p { color: rgb(26,115,84); }
H1.HeaderClassName
{
color: #1A7354;
}
.AnyTagClassName
{
color: #1A7354;
}
</style>
background-color css
<style>
a { background-color: #1A7354; }
a { background-color: rgb(26,115,84); }
div.DivClassName
{
background-color: #1A7354;
}
.BgClassName
{
background-color: #1A7354;
}
</style>
border-color css
<style>
span { border-color: #1A7354; }
span { border-color: rgb(26,115,84); }
td.TdClassName
{
border-color: #1A7354;
}
.TagClassName
{
border-color: #1A7354;
}
</style>