Shades of Salem #1A8656
Tints of Salem #1A8656
RGB
CMYK
RGB Variations
Color information
#1A8656 (or 0x1A8656) is known color: Salem. HEX triplet: 1A, 86 and 56. RGB value is (26,134,86). Sum of RGB (Red+Green+Blue) = 26+134+86=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8656 is #E579A9. Grayscale: #606060. Windows color (decimal): -15038890 or 5670426. OLE color: 5670426.
HSL color Cylindrical-coordinate representation of color #1A8656: hue angle of 153.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 #1A8656 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 86 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.47 |
| HSL | 153.33º | 0.68% | 0.31% | - |
| HSV(B) | 153.33º | 0.81% | 0.53% | - |
| XYZ | 10.63 | 17.94 | 11.71 | - |
| YUV | 96.24 | 122.22 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 86 | 0.81 | 0 | 0.36 | 0.47 | 153.33 | 0.68 | 0.31 |
| Hex | 1A | 86 | 56 | 51 | 0 | 24 | 2F | 99 | 44 | 1F |
| Octal | 32 | 206 | 126 | 121 | 0 | 44 | 57 | 231 | 104 | 37 |
| Binary | 11010 | 10000110 | 1010110 | 1010001 | 0 | 100100 | 101111 | 10011001 | 1000100 | 11111 |
Color Harmonies of #1A8656
Complementary color
Monochromatic Colors of #1A8656
Black with #1A8656
Text Example
Text Example
White with #1A8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8656; }
p { color: rgb(26,134,86); }
H1.HeaderClassName
{
color: #1A8656;
}
.AnyTagClassName
{
color: #1A8656;
}
</style>
background-color css
<style>
a { background-color: #1A8656; }
a { background-color: rgb(26,134,86); }
div.DivClassName
{
background-color: #1A8656;
}
.BgClassName
{
background-color: #1A8656;
}
</style>
border-color css
<style>
span { border-color: #1A8656; }
span { border-color: rgb(26,134,86); }
td.TdClassName
{
border-color: #1A8656;
}
.TagClassName
{
border-color: #1A8656;
}
</style>