Shades of Salem #1A7353
Tints of Salem #1A7353
RGB
CMYK
RGB Variations
Color information
#1A7353 (or 0x1A7353) is known color: Salem. HEX triplet: 1A, 73 and 53. RGB value is (26,115,83). Sum of RGB (Red+Green+Blue) = 26+115+83=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7353 is #E58CAC. Grayscale: #545454. Windows color (decimal): -15043757 or 5468954. OLE color: 5468954.
HSL color Cylindrical-coordinate representation of color #1A7353: hue angle of 158.43º 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 #1A7353 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 83 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.55 |
| HSL | 158.43º | 0.63% | 0.28% | - |
| HSV(B) | 158.43º | 0.77% | 0.45% | - |
| XYZ | 8.12 | 13.11 | 10.29 | - |
| YUV | 84.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 83 | 0.77 | 0 | 0.28 | 0.55 | 158.43 | 0.63 | 0.28 |
| Hex | 1A | 73 | 53 | 4D | 0 | 1C | 37 | 9E | 3F | 1C |
| Octal | 32 | 163 | 123 | 115 | 0 | 34 | 67 | 236 | 77 | 34 |
| Binary | 11010 | 1110011 | 1010011 | 1001101 | 0 | 11100 | 110111 | 10011110 | 111111 | 11100 |
Color Harmonies of #1A7353
Complementary color
Monochromatic Colors of #1A7353
Black with #1A7353
Text Example
Text Example
White with #1A7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7353; }
p { color: rgb(26,115,83); }
H1.HeaderClassName
{
color: #1A7353;
}
.AnyTagClassName
{
color: #1A7353;
}
</style>
background-color css
<style>
a { background-color: #1A7353; }
a { background-color: rgb(26,115,83); }
div.DivClassName
{
background-color: #1A7353;
}
.BgClassName
{
background-color: #1A7353;
}
</style>
border-color css
<style>
span { border-color: #1A7353; }
span { border-color: rgb(26,115,83); }
td.TdClassName
{
border-color: #1A7353;
}
.TagClassName
{
border-color: #1A7353;
}
</style>