Shades of Salem #1A863E
Tints of Salem #1A863E
RGB
CMYK
RGB Variations
Color information
#1A863E (or 0x1A863E) is known color: Salem. HEX triplet: 1A, 86 and 3E. RGB value is (26,134,62). Sum of RGB (Red+Green+Blue) = 26+134+62=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #1A863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A863E is #E579C1. Grayscale: #5D5D5D. Windows color (decimal): -15038914 or 4097562. OLE color: 4097562.
HSL color Cylindrical-coordinate representation of color #1A863E: hue angle of 140º 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 #1A863E is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 62 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.47 |
| HSL | 140º | 0.68% | 0.31% | - |
| HSV(B) | 140º | 0.81% | 0.53% | - |
| XYZ | 9.82 | 17.62 | 7.44 | - |
| YUV | 93.5 | 110.22 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 62 | 0.81 | 0 | 0.54 | 0.47 | 140 | 0.68 | 0.31 |
| Hex | 1A | 86 | 3E | 51 | 0 | 36 | 2F | 8C | 44 | 1F |
| Octal | 32 | 206 | 76 | 121 | 0 | 66 | 57 | 214 | 104 | 37 |
| Binary | 11010 | 10000110 | 111110 | 1010001 | 0 | 110110 | 101111 | 10001100 | 1000100 | 11111 |
Color Harmonies of #1A863E
Complementary color
Monochromatic Colors of #1A863E
Black with #1A863E
Text Example
Text Example
White with #1A863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A863E; }
p { color: rgb(26,134,62); }
H1.HeaderClassName
{
color: #1A863E;
}
.AnyTagClassName
{
color: #1A863E;
}
</style>
background-color css
<style>
a { background-color: #1A863E; }
a { background-color: rgb(26,134,62); }
div.DivClassName
{
background-color: #1A863E;
}
.BgClassName
{
background-color: #1A863E;
}
</style>
border-color css
<style>
span { border-color: #1A863E; }
span { border-color: rgb(26,134,62); }
td.TdClassName
{
border-color: #1A863E;
}
.TagClassName
{
border-color: #1A863E;
}
</style>