Shades of Salem #1A7351
Tints of Salem #1A7351
RGB
CMYK
RGB Variations
Color information
#1A7351 (or 0x1A7351) is known color: Salem. HEX triplet: 1A, 73 and 51. RGB value is (26,115,81). Sum of RGB (Red+Green+Blue) = 26+115+81=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7351 is #E58CAE. Grayscale: #545454. Windows color (decimal): -15043759 or 5337882. OLE color: 5337882.
HSL color Cylindrical-coordinate representation of color #1A7351: hue angle of 157.08º 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 #1A7351 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 81 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.55 |
| HSL | 157.08º | 0.63% | 0.28% | - |
| HSV(B) | 157.08º | 0.77% | 0.45% | - |
| XYZ | 8.04 | 13.08 | 9.88 | - |
| YUV | 84.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 81 | 0.77 | 0 | 0.30 | 0.55 | 157.08 | 0.63 | 0.28 |
| Hex | 1A | 73 | 51 | 4D | 0 | 1E | 37 | 9D | 3F | 1C |
| Octal | 32 | 163 | 121 | 115 | 0 | 36 | 67 | 235 | 77 | 34 |
| Binary | 11010 | 1110011 | 1010001 | 1001101 | 0 | 11110 | 110111 | 10011101 | 111111 | 11100 |
Color Harmonies of #1A7351
Complementary color
Monochromatic Colors of #1A7351
Black with #1A7351
Text Example
Text Example
White with #1A7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7351; }
p { color: rgb(26,115,81); }
H1.HeaderClassName
{
color: #1A7351;
}
.AnyTagClassName
{
color: #1A7351;
}
</style>
background-color css
<style>
a { background-color: #1A7351; }
a { background-color: rgb(26,115,81); }
div.DivClassName
{
background-color: #1A7351;
}
.BgClassName
{
background-color: #1A7351;
}
</style>
border-color css
<style>
span { border-color: #1A7351; }
span { border-color: rgb(26,115,81); }
td.TdClassName
{
border-color: #1A7351;
}
.TagClassName
{
border-color: #1A7351;
}
</style>