Shades of Salem #1A8759
Tints of Salem #1A8759
RGB
CMYK
RGB Variations
Color information
#1A8759 (or 0x1A8759) is known color: Salem. HEX triplet: 1A, 87 and 59. RGB value is (26,135,89). Sum of RGB (Red+Green+Blue) = 26+135+89=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8759 is #E578A6. Grayscale: #616161. Windows color (decimal): -15038631 or 5867290. OLE color: 5867290.
HSL color Cylindrical-coordinate representation of color #1A8759: hue angle of 154.68º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8759 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 89 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.47 |
| HSL | 154.68º | 0.68% | 0.32% | - |
| HSV(B) | 154.68º | 0.81% | 0.53% | - |
| XYZ | 10.89 | 18.27 | 12.4 | - |
| YUV | 97.17 | 123.39 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 89 | 0.81 | 0 | 0.34 | 0.47 | 154.68 | 0.68 | 0.32 |
| Hex | 1A | 87 | 59 | 51 | 0 | 22 | 2F | 9B | 44 | 20 |
| Octal | 32 | 207 | 131 | 121 | 0 | 42 | 57 | 233 | 104 | 40 |
| Binary | 11010 | 10000111 | 1011001 | 1010001 | 0 | 100010 | 101111 | 10011011 | 1000100 | 100000 |
Color Harmonies of #1A8759
Complementary color
Monochromatic Colors of #1A8759
Black with #1A8759
Text Example
Text Example
White with #1A8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8759; }
p { color: rgb(26,135,89); }
H1.HeaderClassName
{
color: #1A8759;
}
.AnyTagClassName
{
color: #1A8759;
}
</style>
background-color css
<style>
a { background-color: #1A8759; }
a { background-color: rgb(26,135,89); }
div.DivClassName
{
background-color: #1A8759;
}
.BgClassName
{
background-color: #1A8759;
}
</style>
border-color css
<style>
span { border-color: #1A8759; }
span { border-color: rgb(26,135,89); }
td.TdClassName
{
border-color: #1A8759;
}
.TagClassName
{
border-color: #1A8759;
}
</style>