Shades of Salem #1A8648
Tints of Salem #1A8648
RGB
CMYK
RGB Variations
Color information
#1A8648 (or 0x1A8648) is known color: Salem. HEX triplet: 1A, 86 and 48. RGB value is (26,134,72). Sum of RGB (Red+Green+Blue) = 26+134+72=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8648 is #E579B7. Grayscale: #5E5E5E. Windows color (decimal): -15038904 or 4752922. OLE color: 4752922.
HSL color Cylindrical-coordinate representation of color #1A8648: hue angle of 145.56º 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 #1A8648 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 72 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.47 |
| HSL | 145.56º | 0.68% | 0.31% | - |
| HSV(B) | 145.56º | 0.81% | 0.53% | - |
| XYZ | 10.12 | 17.74 | 9.02 | - |
| YUV | 94.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 72 | 0.81 | 0 | 0.46 | 0.47 | 145.56 | 0.68 | 0.31 |
| Hex | 1A | 86 | 48 | 51 | 0 | 2E | 2F | 92 | 44 | 1F |
| Octal | 32 | 206 | 110 | 121 | 0 | 56 | 57 | 222 | 104 | 37 |
| Binary | 11010 | 10000110 | 1001000 | 1010001 | 0 | 101110 | 101111 | 10010010 | 1000100 | 11111 |
Color Harmonies of #1A8648
Complementary color
Monochromatic Colors of #1A8648
Black with #1A8648
Text Example
Text Example
White with #1A8648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8648; }
p { color: rgb(26,134,72); }
H1.HeaderClassName
{
color: #1A8648;
}
.AnyTagClassName
{
color: #1A8648;
}
</style>
background-color css
<style>
a { background-color: #1A8648; }
a { background-color: rgb(26,134,72); }
div.DivClassName
{
background-color: #1A8648;
}
.BgClassName
{
background-color: #1A8648;
}
</style>
border-color css
<style>
span { border-color: #1A8648; }
span { border-color: rgb(26,134,72); }
td.TdClassName
{
border-color: #1A8648;
}
.TagClassName
{
border-color: #1A8648;
}
</style>