Shades of Salem #1A8956
Tints of Salem #1A8956
RGB
CMYK
RGB Variations
Color information
#1A8956 (or 0x1A8956) is known color: Salem. HEX triplet: 1A, 89 and 56. RGB value is (26,137,86). Sum of RGB (Red+Green+Blue) = 26+137+86=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8956 is #E576A9. Grayscale: #626262. Windows color (decimal): -15038122 or 5671194. OLE color: 5671194.
HSL color Cylindrical-coordinate representation of color #1A8956: hue angle of 152.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8956 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 86 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.46 |
| HSL | 152.43º | 0.68% | 0.32% | - |
| HSV(B) | 152.43º | 0.81% | 0.54% | - |
| XYZ | 11.05 | 18.78 | 11.85 | - |
| YUV | 98 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 86 | 0.81 | 0 | 0.37 | 0.46 | 152.43 | 0.68 | 0.32 |
| Hex | 1A | 89 | 56 | 51 | 0 | 25 | 2E | 98 | 44 | 20 |
| Octal | 32 | 211 | 126 | 121 | 0 | 45 | 56 | 230 | 104 | 40 |
| Binary | 11010 | 10001001 | 1010110 | 1010001 | 0 | 100101 | 101110 | 10011000 | 1000100 | 100000 |
Color Harmonies of #1A8956
Complementary color
Monochromatic Colors of #1A8956
Black with #1A8956
Text Example
Text Example
White with #1A8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8956; }
p { color: rgb(26,137,86); }
H1.HeaderClassName
{
color: #1A8956;
}
.AnyTagClassName
{
color: #1A8956;
}
</style>
background-color css
<style>
a { background-color: #1A8956; }
a { background-color: rgb(26,137,86); }
div.DivClassName
{
background-color: #1A8956;
}
.BgClassName
{
background-color: #1A8956;
}
</style>
border-color css
<style>
span { border-color: #1A8956; }
span { border-color: rgb(26,137,86); }
td.TdClassName
{
border-color: #1A8956;
}
.TagClassName
{
border-color: #1A8956;
}
</style>