Shades of Salem #1A8440
Tints of Salem #1A8440
RGB
CMYK
RGB Variations
Color information
#1A8440 (or 0x1A8440) is known color: Salem. HEX triplet: 1A, 84 and 40. RGB value is (26,132,64). Sum of RGB (Red+Green+Blue) = 26+132+64=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8440 is #E57BBF. Grayscale: #5C5C5C. Windows color (decimal): -15039424 or 4228122. OLE color: 4228122.
HSL color Cylindrical-coordinate representation of color #1A8440: hue angle of 141.51º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8440 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 64 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.48 |
| HSL | 141.51º | 0.67% | 0.31% | - |
| HSV(B) | 141.51º | 0.8% | 0.52% | - |
| XYZ | 9.6 | 17.09 | 7.64 | - |
| YUV | 92.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 64 | 0.80 | 0 | 0.52 | 0.48 | 141.51 | 0.67 | 0.31 |
| Hex | 1A | 84 | 40 | 50 | 0 | 34 | 30 | 8E | 43 | 1F |
| Octal | 32 | 204 | 100 | 120 | 0 | 64 | 60 | 216 | 103 | 37 |
| Binary | 11010 | 10000100 | 1000000 | 1010000 | 0 | 110100 | 110000 | 10001110 | 1000011 | 11111 |
Color Harmonies of #1A8440
Complementary color
Monochromatic Colors of #1A8440
Black with #1A8440
Text Example
Text Example
White with #1A8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8440; }
p { color: rgb(26,132,64); }
H1.HeaderClassName
{
color: #1A8440;
}
.AnyTagClassName
{
color: #1A8440;
}
</style>
background-color css
<style>
a { background-color: #1A8440; }
a { background-color: rgb(26,132,64); }
div.DivClassName
{
background-color: #1A8440;
}
.BgClassName
{
background-color: #1A8440;
}
</style>
border-color css
<style>
span { border-color: #1A8440; }
span { border-color: rgb(26,132,64); }
td.TdClassName
{
border-color: #1A8440;
}
.TagClassName
{
border-color: #1A8440;
}
</style>