Shades of Salem #1A8747
Tints of Salem #1A8747
RGB
CMYK
RGB Variations
Color information
#1A8747 (or 0x1A8747) is known color: Salem. HEX triplet: 1A, 87 and 47. RGB value is (26,135,71). Sum of RGB (Red+Green+Blue) = 26+135+71=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8747 is #E578B8. Grayscale: #5F5F5F. Windows color (decimal): -15038649 or 4687642. OLE color: 4687642.
HSL color Cylindrical-coordinate representation of color #1A8747: hue angle of 144.77º 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 #1A8747 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 71 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.47 |
| HSL | 144.77º | 0.68% | 0.32% | - |
| HSV(B) | 144.77º | 0.81% | 0.53% | - |
| XYZ | 10.23 | 18 | 8.9 | - |
| YUV | 95.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 71 | 0.81 | 0 | 0.47 | 0.47 | 144.77 | 0.68 | 0.32 |
| Hex | 1A | 87 | 47 | 51 | 0 | 2F | 2F | 91 | 44 | 20 |
| Octal | 32 | 207 | 107 | 121 | 0 | 57 | 57 | 221 | 104 | 40 |
| Binary | 11010 | 10000111 | 1000111 | 1010001 | 0 | 101111 | 101111 | 10010001 | 1000100 | 100000 |
Color Harmonies of #1A8747
Complementary color
Monochromatic Colors of #1A8747
Black with #1A8747
Text Example
Text Example
White with #1A8747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8747; }
p { color: rgb(26,135,71); }
H1.HeaderClassName
{
color: #1A8747;
}
.AnyTagClassName
{
color: #1A8747;
}
</style>
background-color css
<style>
a { background-color: #1A8747; }
a { background-color: rgb(26,135,71); }
div.DivClassName
{
background-color: #1A8747;
}
.BgClassName
{
background-color: #1A8747;
}
</style>
border-color css
<style>
span { border-color: #1A8747; }
span { border-color: rgb(26,135,71); }
td.TdClassName
{
border-color: #1A8747;
}
.TagClassName
{
border-color: #1A8747;
}
</style>