Shades of Salem #1A8057
Tints of Salem #1A8057
RGB
CMYK
RGB Variations
Color information
#1A8057 (or 0x1A8057) is known color: Salem. HEX triplet: 1A, 80 and 57. RGB value is (26,128,87). Sum of RGB (Red+Green+Blue) = 26+128+87=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8057 is #E57FA8. Grayscale: #5C5C5C. Windows color (decimal): -15040425 or 5734426. OLE color: 5734426.
HSL color Cylindrical-coordinate representation of color #1A8057: hue angle of 155.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8057 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 87 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.50 |
| HSL | 155.88º | 0.66% | 0.3% | - |
| HSV(B) | 155.88º | 0.8% | 0.5% | - |
| XYZ | 9.87 | 16.35 | 11.65 | - |
| YUV | 92.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 87 | 0.80 | 0 | 0.32 | 0.50 | 155.88 | 0.66 | 0.3 |
| Hex | 1A | 80 | 57 | 50 | 0 | 20 | 32 | 9C | 42 | 1E |
| Octal | 32 | 200 | 127 | 120 | 0 | 40 | 62 | 234 | 102 | 36 |
| Binary | 11010 | 10000000 | 1010111 | 1010000 | 0 | 100000 | 110010 | 10011100 | 1000010 | 11110 |
Color Harmonies of #1A8057
Complementary color
Monochromatic Colors of #1A8057
Black with #1A8057
Text Example
Text Example
White with #1A8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8057; }
p { color: rgb(26,128,87); }
H1.HeaderClassName
{
color: #1A8057;
}
.AnyTagClassName
{
color: #1A8057;
}
</style>
background-color css
<style>
a { background-color: #1A8057; }
a { background-color: rgb(26,128,87); }
div.DivClassName
{
background-color: #1A8057;
}
.BgClassName
{
background-color: #1A8057;
}
</style>
border-color css
<style>
span { border-color: #1A8057; }
span { border-color: rgb(26,128,87); }
td.TdClassName
{
border-color: #1A8057;
}
.TagClassName
{
border-color: #1A8057;
}
</style>