Shades of Salem #1A8257
Tints of Salem #1A8257
RGB
CMYK
RGB Variations
Color information
#1A8257 (or 0x1A8257) is known color: Salem. HEX triplet: 1A, 82 and 57. RGB value is (26,130,87). Sum of RGB (Red+Green+Blue) = 26+130+87=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8257 is #E57DA8. Grayscale: #5E5E5E. Windows color (decimal): -15039913 or 5734938. OLE color: 5734938.
HSL color Cylindrical-coordinate representation of color #1A8257: hue angle of 155.19º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8257 is Cyan = 0.8, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 130 | 87 | - |
| CMYK | 0.8 | 0 | 0.33 | 0.49 |
| HSL | 155.19º | 0.67% | 0.31% | - |
| HSV(B) | 155.19º | 0.8% | 0.51% | - |
| XYZ | 10.13 | 16.87 | 11.74 | - |
| YUV | 94 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 130 | 87 | 0.8 | 0 | 0.33 | 0.49 | 155.19 | 0.67 | 0.31 |
| Hex | 1A | 82 | 57 | 50 | 0 | 21 | 31 | 9B | 43 | 1F |
| Octal | 32 | 202 | 127 | 120 | 0 | 41 | 61 | 233 | 103 | 37 |
| Binary | 11010 | 10000010 | 1010111 | 1010000 | 0 | 100001 | 110001 | 10011011 | 1000011 | 11111 |
Color Harmonies of #1A8257
Complementary color
Monochromatic Colors of #1A8257
Black with #1A8257
Text Example
Text Example
White with #1A8257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8257; }
p { color: rgb(26,130,87); }
H1.HeaderClassName
{
color: #1A8257;
}
.AnyTagClassName
{
color: #1A8257;
}
</style>
background-color css
<style>
a { background-color: #1A8257; }
a { background-color: rgb(26,130,87); }
div.DivClassName
{
background-color: #1A8257;
}
.BgClassName
{
background-color: #1A8257;
}
</style>
border-color css
<style>
span { border-color: #1A8257; }
span { border-color: rgb(26,130,87); }
td.TdClassName
{
border-color: #1A8257;
}
.TagClassName
{
border-color: #1A8257;
}
</style>