Shades of Salem #1A8851
Tints of Salem #1A8851
RGB
CMYK
RGB Variations
Color information
#1A8851 (or 0x1A8851) is known color: Salem. HEX triplet: 1A, 88 and 51. RGB value is (26,136,81). Sum of RGB (Red+Green+Blue) = 26+136+81=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #1A8851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8851 is #E577AE. Grayscale: #606060. Windows color (decimal): -15038383 or 5343258. OLE color: 5343258.
HSL color Cylindrical-coordinate representation of color #1A8851: hue angle of 150º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8851 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 136 | 81 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.47 |
| HSL | 150º | 0.68% | 0.32% | - |
| HSV(B) | 150º | 0.81% | 0.53% | - |
| XYZ | 10.72 | 18.42 | 10.78 | - |
| YUV | 96.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 81 | 0.81 | 0 | 0.40 | 0.47 | 150 | 0.68 | 0.32 |
| Hex | 1A | 88 | 51 | 51 | 0 | 28 | 2F | 96 | 44 | 20 |
| Octal | 32 | 210 | 121 | 121 | 0 | 50 | 57 | 226 | 104 | 40 |
| Binary | 11010 | 10001000 | 1010001 | 1010001 | 0 | 101000 | 101111 | 10010110 | 1000100 | 100000 |
Color Harmonies of #1A8851
Complementary color
Monochromatic Colors of #1A8851
Black with #1A8851
Text Example
Text Example
White with #1A8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8851; }
p { color: rgb(26,136,81); }
H1.HeaderClassName
{
color: #1A8851;
}
.AnyTagClassName
{
color: #1A8851;
}
</style>
background-color css
<style>
a { background-color: #1A8851; }
a { background-color: rgb(26,136,81); }
div.DivClassName
{
background-color: #1A8851;
}
.BgClassName
{
background-color: #1A8851;
}
</style>
border-color css
<style>
span { border-color: #1A8851; }
span { border-color: rgb(26,136,81); }
td.TdClassName
{
border-color: #1A8851;
}
.TagClassName
{
border-color: #1A8851;
}
</style>