Shades of Salem #1A8B57
Tints of Salem #1A8B57
RGB
CMYK
RGB Variations
Color information
#1A8B57 (or 0x1A8B57) is known color: Salem. HEX triplet: 1A, 8B and 57. RGB value is (26,139,87). Sum of RGB (Red+Green+Blue) = 26+139+87=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B57 is #E574A8. Grayscale: #636363. Windows color (decimal): -15037609 or 5737242. OLE color: 5737242.
HSL color Cylindrical-coordinate representation of color #1A8B57: hue angle of 152.39º 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 #1A8B57 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 87 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.45 |
| HSL | 152.39º | 0.68% | 0.32% | - |
| HSV(B) | 152.39º | 0.81% | 0.55% | - |
| XYZ | 11.38 | 19.37 | 12.16 | - |
| YUV | 99.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 87 | 0.81 | 0 | 0.37 | 0.45 | 152.39 | 0.68 | 0.32 |
| Hex | 1A | 8B | 57 | 51 | 0 | 25 | 2D | 98 | 44 | 20 |
| Octal | 32 | 213 | 127 | 121 | 0 | 45 | 55 | 230 | 104 | 40 |
| Binary | 11010 | 10001011 | 1010111 | 1010001 | 0 | 100101 | 101101 | 10011000 | 1000100 | 100000 |
Color Harmonies of #1A8B57
Complementary color
Monochromatic Colors of #1A8B57
Black with #1A8B57
Text Example
Text Example
White with #1A8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B57; }
p { color: rgb(26,139,87); }
H1.HeaderClassName
{
color: #1A8B57;
}
.AnyTagClassName
{
color: #1A8B57;
}
</style>
background-color css
<style>
a { background-color: #1A8B57; }
a { background-color: rgb(26,139,87); }
div.DivClassName
{
background-color: #1A8B57;
}
.BgClassName
{
background-color: #1A8B57;
}
</style>
border-color css
<style>
span { border-color: #1A8B57; }
span { border-color: rgb(26,139,87); }
td.TdClassName
{
border-color: #1A8B57;
}
.TagClassName
{
border-color: #1A8B57;
}
</style>