Shades of Salem #1A8840
Tints of Salem #1A8840
RGB
CMYK
RGB Variations
Color information
#1A8840 (or 0x1A8840) is known color: Salem. HEX triplet: 1A, 88 and 40. RGB value is (26,136,64). Sum of RGB (Red+Green+Blue) = 26+136+64=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #1A8840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8840 is #E577BF. Grayscale: #5F5F5F. Windows color (decimal): -15038400 or 4229146. OLE color: 4229146.
HSL color Cylindrical-coordinate representation of color #1A8840: hue angle of 140.73º 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 #1A8840 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 136 | 64 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.47 |
| HSL | 140.73º | 0.68% | 0.32% | - |
| HSV(B) | 140.73º | 0.81% | 0.53% | - |
| XYZ | 10.16 | 18.2 | 7.83 | - |
| YUV | 94.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 64 | 0.81 | 0 | 0.53 | 0.47 | 140.73 | 0.68 | 0.32 |
| Hex | 1A | 88 | 40 | 51 | 0 | 35 | 2F | 8D | 44 | 20 |
| Octal | 32 | 210 | 100 | 121 | 0 | 65 | 57 | 215 | 104 | 40 |
| Binary | 11010 | 10001000 | 1000000 | 1010001 | 0 | 110101 | 101111 | 10001101 | 1000100 | 100000 |
Color Harmonies of #1A8840
Complementary color
Monochromatic Colors of #1A8840
Black with #1A8840
Text Example
Text Example
White with #1A8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8840; }
p { color: rgb(26,136,64); }
H1.HeaderClassName
{
color: #1A8840;
}
.AnyTagClassName
{
color: #1A8840;
}
</style>
background-color css
<style>
a { background-color: #1A8840; }
a { background-color: rgb(26,136,64); }
div.DivClassName
{
background-color: #1A8840;
}
.BgClassName
{
background-color: #1A8840;
}
</style>
border-color css
<style>
span { border-color: #1A8840; }
span { border-color: rgb(26,136,64); }
td.TdClassName
{
border-color: #1A8840;
}
.TagClassName
{
border-color: #1A8840;
}
</style>