Shades of Salem #1A8B48
Tints of Salem #1A8B48
RGB
CMYK
RGB Variations
Color information
#1A8B48 (or 0x1A8B48) is known color: Salem. HEX triplet: 1A, 8B and 48. RGB value is (26,139,72). Sum of RGB (Red+Green+Blue) = 26+139+72=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8B48 is #E574B7. Grayscale: #616161. Windows color (decimal): -15037624 or 4754202. OLE color: 4754202.
HSL color Cylindrical-coordinate representation of color #1A8B48: hue angle of 144.42º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B48 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 72 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.45 |
| HSL | 144.42º | 0.68% | 0.32% | - |
| HSV(B) | 144.42º | 0.81% | 0.55% | - |
| XYZ | 10.83 | 19.15 | 9.26 | - |
| YUV | 97.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 72 | 0.81 | 0 | 0.48 | 0.45 | 144.42 | 0.68 | 0.32 |
| Hex | 1A | 8B | 48 | 51 | 0 | 30 | 2D | 90 | 44 | 20 |
| Octal | 32 | 213 | 110 | 121 | 0 | 60 | 55 | 220 | 104 | 40 |
| Binary | 11010 | 10001011 | 1001000 | 1010001 | 0 | 110000 | 101101 | 10010000 | 1000100 | 100000 |
Color Harmonies of #1A8B48
Complementary color
Monochromatic Colors of #1A8B48
Black with #1A8B48
Text Example
Text Example
White with #1A8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B48; }
p { color: rgb(26,139,72); }
H1.HeaderClassName
{
color: #1A8B48;
}
.AnyTagClassName
{
color: #1A8B48;
}
</style>
background-color css
<style>
a { background-color: #1A8B48; }
a { background-color: rgb(26,139,72); }
div.DivClassName
{
background-color: #1A8B48;
}
.BgClassName
{
background-color: #1A8B48;
}
</style>
border-color css
<style>
span { border-color: #1A8B48; }
span { border-color: rgb(26,139,72); }
td.TdClassName
{
border-color: #1A8B48;
}
.TagClassName
{
border-color: #1A8B48;
}
</style>