Shades of Salem #1A8748
Tints of Salem #1A8748
RGB
CMYK
RGB Variations
Color information
#1A8748 (or 0x1A8748) is known color: Salem. HEX triplet: 1A, 87 and 48. RGB value is (26,135,72). Sum of RGB (Red+Green+Blue) = 26+135+72=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8748 is #E578B7. Grayscale: #5F5F5F. Windows color (decimal): -15038648 or 4753178. OLE color: 4753178.
HSL color Cylindrical-coordinate representation of color #1A8748: hue angle of 145.32º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8748 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 72 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.47 |
| HSL | 145.32º | 0.68% | 0.32% | - |
| HSV(B) | 145.32º | 0.81% | 0.53% | - |
| XYZ | 10.26 | 18.02 | 9.07 | - |
| YUV | 95.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 72 | 0.81 | 0 | 0.47 | 0.47 | 145.32 | 0.68 | 0.32 |
| Hex | 1A | 87 | 48 | 51 | 0 | 2F | 2F | 91 | 44 | 20 |
| Octal | 32 | 207 | 110 | 121 | 0 | 57 | 57 | 221 | 104 | 40 |
| Binary | 11010 | 10000111 | 1001000 | 1010001 | 0 | 101111 | 101111 | 10010001 | 1000100 | 100000 |
Color Harmonies of #1A8748
Complementary color
Monochromatic Colors of #1A8748
Black with #1A8748
Text Example
Text Example
White with #1A8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8748; }
p { color: rgb(26,135,72); }
H1.HeaderClassName
{
color: #1A8748;
}
.AnyTagClassName
{
color: #1A8748;
}
</style>
background-color css
<style>
a { background-color: #1A8748; }
a { background-color: rgb(26,135,72); }
div.DivClassName
{
background-color: #1A8748;
}
.BgClassName
{
background-color: #1A8748;
}
</style>
border-color css
<style>
span { border-color: #1A8748; }
span { border-color: rgb(26,135,72); }
td.TdClassName
{
border-color: #1A8748;
}
.TagClassName
{
border-color: #1A8748;
}
</style>