Shades of Salem #1A7650
Tints of Salem #1A7650
RGB
CMYK
RGB Variations
Color information
#1A7650 (or 0x1A7650) is known color: Salem. HEX triplet: 1A, 76 and 50. RGB value is (26,118,80). Sum of RGB (Red+Green+Blue) = 26+118+80=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7650 is #E589AF. Grayscale: #565656. Windows color (decimal): -15042992 or 5273114. OLE color: 5273114.
HSL color Cylindrical-coordinate representation of color #1A7650: hue angle of 155.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7650 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 80 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.54 |
| HSL | 155.22º | 0.64% | 0.28% | - |
| HSV(B) | 155.22º | 0.78% | 0.46% | - |
| XYZ | 8.35 | 13.76 | 9.8 | - |
| YUV | 86.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 80 | 0.78 | 0 | 0.32 | 0.54 | 155.22 | 0.64 | 0.28 |
| Hex | 1A | 76 | 50 | 4E | 0 | 20 | 36 | 9B | 40 | 1C |
| Octal | 32 | 166 | 120 | 116 | 0 | 40 | 66 | 233 | 100 | 34 |
| Binary | 11010 | 1110110 | 1010000 | 1001110 | 0 | 100000 | 110110 | 10011011 | 1000000 | 11100 |
Color Harmonies of #1A7650
Complementary color
Monochromatic Colors of #1A7650
Black with #1A7650
Text Example
Text Example
White with #1A7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7650; }
p { color: rgb(26,118,80); }
H1.HeaderClassName
{
color: #1A7650;
}
.AnyTagClassName
{
color: #1A7650;
}
</style>
background-color css
<style>
a { background-color: #1A7650; }
a { background-color: rgb(26,118,80); }
div.DivClassName
{
background-color: #1A7650;
}
.BgClassName
{
background-color: #1A7650;
}
</style>
border-color css
<style>
span { border-color: #1A7650; }
span { border-color: rgb(26,118,80); }
td.TdClassName
{
border-color: #1A7650;
}
.TagClassName
{
border-color: #1A7650;
}
</style>