Shades of Salem #1A7955
Tints of Salem #1A7955
RGB
CMYK
RGB Variations
Color information
#1A7955 (or 0x1A7955) is known color: Salem. HEX triplet: 1A, 79 and 55. RGB value is (26,121,85). Sum of RGB (Red+Green+Blue) = 26+121+85=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7955 is #E586AA. Grayscale: #585858. Windows color (decimal): -15042219 or 5601562. OLE color: 5601562.
HSL color Cylindrical-coordinate representation of color #1A7955: hue angle of 157.26º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7955 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 85 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.53 |
| HSL | 157.26º | 0.65% | 0.29% | - |
| HSV(B) | 157.26º | 0.79% | 0.47% | - |
| XYZ | 8.9 | 14.55 | 10.93 | - |
| YUV | 88.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 85 | 0.79 | 0 | 0.30 | 0.53 | 157.26 | 0.65 | 0.29 |
| Hex | 1A | 79 | 55 | 4F | 0 | 1E | 35 | 9D | 41 | 1D |
| Octal | 32 | 171 | 125 | 117 | 0 | 36 | 65 | 235 | 101 | 35 |
| Binary | 11010 | 1111001 | 1010101 | 1001111 | 0 | 11110 | 110101 | 10011101 | 1000001 | 11101 |
Color Harmonies of #1A7955
Complementary color
Monochromatic Colors of #1A7955
Black with #1A7955
Text Example
Text Example
White with #1A7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7955; }
p { color: rgb(26,121,85); }
H1.HeaderClassName
{
color: #1A7955;
}
.AnyTagClassName
{
color: #1A7955;
}
</style>
background-color css
<style>
a { background-color: #1A7955; }
a { background-color: rgb(26,121,85); }
div.DivClassName
{
background-color: #1A7955;
}
.BgClassName
{
background-color: #1A7955;
}
</style>
border-color css
<style>
span { border-color: #1A7955; }
span { border-color: rgb(26,121,85); }
td.TdClassName
{
border-color: #1A7955;
}
.TagClassName
{
border-color: #1A7955;
}
</style>