Shades of Salem #1A864D
Tints of Salem #1A864D
RGB
CMYK
RGB Variations
Color information
#1A864D (or 0x1A864D) is known color: Salem. HEX triplet: 1A, 86 and 4D. RGB value is (26,134,77). Sum of RGB (Red+Green+Blue) = 26+134+77=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #1A864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A864D is #E579B2. Grayscale: #5F5F5F. Windows color (decimal): -15038899 or 5080602. OLE color: 5080602.
HSL color Cylindrical-coordinate representation of color #1A864D: hue angle of 148.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A864D is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 77 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.47 |
| HSL | 148.33º | 0.68% | 0.31% | - |
| HSV(B) | 148.33º | 0.81% | 0.53% | - |
| XYZ | 10.29 | 17.81 | 9.92 | - |
| YUV | 95.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 77 | 0.81 | 0 | 0.43 | 0.47 | 148.33 | 0.68 | 0.31 |
| Hex | 1A | 86 | 4D | 51 | 0 | 2B | 2F | 94 | 44 | 1F |
| Octal | 32 | 206 | 115 | 121 | 0 | 53 | 57 | 224 | 104 | 37 |
| Binary | 11010 | 10000110 | 1001101 | 1010001 | 0 | 101011 | 101111 | 10010100 | 1000100 | 11111 |
Color Harmonies of #1A864D
Complementary color
Monochromatic Colors of #1A864D
Black with #1A864D
Text Example
Text Example
White with #1A864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A864D; }
p { color: rgb(26,134,77); }
H1.HeaderClassName
{
color: #1A864D;
}
.AnyTagClassName
{
color: #1A864D;
}
</style>
background-color css
<style>
a { background-color: #1A864D; }
a { background-color: rgb(26,134,77); }
div.DivClassName
{
background-color: #1A864D;
}
.BgClassName
{
background-color: #1A864D;
}
</style>
border-color css
<style>
span { border-color: #1A864D; }
span { border-color: rgb(26,134,77); }
td.TdClassName
{
border-color: #1A864D;
}
.TagClassName
{
border-color: #1A864D;
}
</style>