Shades of Salem #1A8741
Tints of Salem #1A8741
RGB
CMYK
RGB Variations
Color information
#1A8741 (or 0x1A8741) is known color: Salem. HEX triplet: 1A, 87 and 41. RGB value is (26,135,65). Sum of RGB (Red+Green+Blue) = 26+135+65=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8741 is #E578BE. Grayscale: #5E5E5E. Windows color (decimal): -15038655 or 4294426. OLE color: 4294426.
HSL color Cylindrical-coordinate representation of color #1A8741: hue angle of 141.47º 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 #1A8741 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 65 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.47 |
| HSL | 141.47º | 0.68% | 0.32% | - |
| HSV(B) | 141.47º | 0.81% | 0.53% | - |
| XYZ | 10.04 | 17.93 | 7.93 | - |
| YUV | 94.43 | 111.39 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 65 | 0.81 | 0 | 0.52 | 0.47 | 141.47 | 0.68 | 0.32 |
| Hex | 1A | 87 | 41 | 51 | 0 | 34 | 2F | 8D | 44 | 20 |
| Octal | 32 | 207 | 101 | 121 | 0 | 64 | 57 | 215 | 104 | 40 |
| Binary | 11010 | 10000111 | 1000001 | 1010001 | 0 | 110100 | 101111 | 10001101 | 1000100 | 100000 |
Color Harmonies of #1A8741
Complementary color
Monochromatic Colors of #1A8741
Black with #1A8741
Text Example
Text Example
White with #1A8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8741; }
p { color: rgb(26,135,65); }
H1.HeaderClassName
{
color: #1A8741;
}
.AnyTagClassName
{
color: #1A8741;
}
</style>
background-color css
<style>
a { background-color: #1A8741; }
a { background-color: rgb(26,135,65); }
div.DivClassName
{
background-color: #1A8741;
}
.BgClassName
{
background-color: #1A8741;
}
</style>
border-color css
<style>
span { border-color: #1A8741; }
span { border-color: rgb(26,135,65); }
td.TdClassName
{
border-color: #1A8741;
}
.TagClassName
{
border-color: #1A8741;
}
</style>