Shades of Salem #1A8059
Tints of Salem #1A8059
RGB
CMYK
RGB Variations
Color information
#1A8059 (or 0x1A8059) is known color: Salem. HEX triplet: 1A, 80 and 59. RGB value is (26,128,89). Sum of RGB (Red+Green+Blue) = 26+128+89=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8059 is #E57FA6. Grayscale: #5D5D5D. Windows color (decimal): -15040423 or 5865498. OLE color: 5865498.
HSL color Cylindrical-coordinate representation of color #1A8059: hue angle of 157.06º 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 #1A8059 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 89 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.50 |
| HSL | 157.06º | 0.66% | 0.3% | - |
| HSV(B) | 157.06º | 0.8% | 0.5% | - |
| XYZ | 9.95 | 16.38 | 12.09 | - |
| YUV | 93.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 89 | 0.80 | 0 | 0.30 | 0.50 | 157.06 | 0.66 | 0.3 |
| Hex | 1A | 80 | 59 | 50 | 0 | 1E | 32 | 9D | 42 | 1E |
| Octal | 32 | 200 | 131 | 120 | 0 | 36 | 62 | 235 | 102 | 36 |
| Binary | 11010 | 10000000 | 1011001 | 1010000 | 0 | 11110 | 110010 | 10011101 | 1000010 | 11110 |
Color Harmonies of #1A8059
Complementary color
Monochromatic Colors of #1A8059
Black with #1A8059
Text Example
Text Example
White with #1A8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8059; }
p { color: rgb(26,128,89); }
H1.HeaderClassName
{
color: #1A8059;
}
.AnyTagClassName
{
color: #1A8059;
}
</style>
background-color css
<style>
a { background-color: #1A8059; }
a { background-color: rgb(26,128,89); }
div.DivClassName
{
background-color: #1A8059;
}
.BgClassName
{
background-color: #1A8059;
}
</style>
border-color css
<style>
span { border-color: #1A8059; }
span { border-color: rgb(26,128,89); }
td.TdClassName
{
border-color: #1A8059;
}
.TagClassName
{
border-color: #1A8059;
}
</style>