Shades of Salem #1A864B
Tints of Salem #1A864B
RGB
CMYK
RGB Variations
Color information
#1A864B (or 0x1A864B) is known color: Salem. HEX triplet: 1A, 86 and 4B. RGB value is (26,134,75). Sum of RGB (Red+Green+Blue) = 26+134+75=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #1A864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A864B is #E579B4. Grayscale: #5F5F5F. Windows color (decimal): -15038901 or 4949530. OLE color: 4949530.
HSL color Cylindrical-coordinate representation of color #1A864B: hue angle of 147.22º 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 #1A864B is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 75 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.47 |
| HSL | 147.22º | 0.68% | 0.31% | - |
| HSV(B) | 147.22º | 0.81% | 0.53% | - |
| XYZ | 10.22 | 17.78 | 9.55 | - |
| YUV | 94.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 75 | 0.81 | 0 | 0.44 | 0.47 | 147.22 | 0.68 | 0.31 |
| Hex | 1A | 86 | 4B | 51 | 0 | 2C | 2F | 93 | 44 | 1F |
| Octal | 32 | 206 | 113 | 121 | 0 | 54 | 57 | 223 | 104 | 37 |
| Binary | 11010 | 10000110 | 1001011 | 1010001 | 0 | 101100 | 101111 | 10010011 | 1000100 | 11111 |
Color Harmonies of #1A864B
Complementary color
Monochromatic Colors of #1A864B
Black with #1A864B
Text Example
Text Example
White with #1A864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A864B; }
p { color: rgb(26,134,75); }
H1.HeaderClassName
{
color: #1A864B;
}
.AnyTagClassName
{
color: #1A864B;
}
</style>
background-color css
<style>
a { background-color: #1A864B; }
a { background-color: rgb(26,134,75); }
div.DivClassName
{
background-color: #1A864B;
}
.BgClassName
{
background-color: #1A864B;
}
</style>
border-color css
<style>
span { border-color: #1A864B; }
span { border-color: rgb(26,134,75); }
td.TdClassName
{
border-color: #1A864B;
}
.TagClassName
{
border-color: #1A864B;
}
</style>