Shades of Salem #1A8349
Tints of Salem #1A8349
RGB
CMYK
RGB Variations
Color information
#1A8349 (or 0x1A8349) is known color: Salem. HEX triplet: 1A, 83 and 49. RGB value is (26,131,73). Sum of RGB (Red+Green+Blue) = 26+131+73=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #1A8349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8349 is #E57CB6. Grayscale: #5D5D5D. Windows color (decimal): -15039671 or 4817690. OLE color: 4817690.
HSL color Cylindrical-coordinate representation of color #1A8349: hue angle of 146.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8349 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 131 | 73 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.49 |
| HSL | 146.86º | 0.67% | 0.31% | - |
| HSV(B) | 146.86º | 0.8% | 0.51% | - |
| XYZ | 9.74 | 16.93 | 9.06 | - |
| YUV | 92.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 73 | 0.80 | 0 | 0.44 | 0.49 | 146.86 | 0.67 | 0.31 |
| Hex | 1A | 83 | 49 | 50 | 0 | 2C | 31 | 93 | 43 | 1F |
| Octal | 32 | 203 | 111 | 120 | 0 | 54 | 61 | 223 | 103 | 37 |
| Binary | 11010 | 10000011 | 1001001 | 1010000 | 0 | 101100 | 110001 | 10010011 | 1000011 | 11111 |
Color Harmonies of #1A8349
Complementary color
Monochromatic Colors of #1A8349
Black with #1A8349
Text Example
Text Example
White with #1A8349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8349; }
p { color: rgb(26,131,73); }
H1.HeaderClassName
{
color: #1A8349;
}
.AnyTagClassName
{
color: #1A8349;
}
</style>
background-color css
<style>
a { background-color: #1A8349; }
a { background-color: rgb(26,131,73); }
div.DivClassName
{
background-color: #1A8349;
}
.BgClassName
{
background-color: #1A8349;
}
</style>
border-color css
<style>
span { border-color: #1A8349; }
span { border-color: rgb(26,131,73); }
td.TdClassName
{
border-color: #1A8349;
}
.TagClassName
{
border-color: #1A8349;
}
</style>