Shades of Salem #1A804D
Tints of Salem #1A804D
RGB
CMYK
RGB Variations
Color information
#1A804D (or 0x1A804D) is known color: Salem. HEX triplet: 1A, 80 and 4D. RGB value is (26,128,77). Sum of RGB (Red+Green+Blue) = 26+128+77=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #1A804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A804D is #E57FB2. Grayscale: #5B5B5B. Windows color (decimal): -15040435 or 5079066. OLE color: 5079066.
HSL color Cylindrical-coordinate representation of color #1A804D: hue angle of 150º 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 #1A804D is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 77 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.50 |
| HSL | 150º | 0.66% | 0.3% | - |
| HSV(B) | 150º | 0.8% | 0.5% | - |
| XYZ | 9.48 | 16.19 | 9.65 | - |
| YUV | 91.69 | 119.71 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 77 | 0.80 | 0 | 0.40 | 0.50 | 150 | 0.66 | 0.3 |
| Hex | 1A | 80 | 4D | 50 | 0 | 28 | 32 | 96 | 42 | 1E |
| Octal | 32 | 200 | 115 | 120 | 0 | 50 | 62 | 226 | 102 | 36 |
| Binary | 11010 | 10000000 | 1001101 | 1010000 | 0 | 101000 | 110010 | 10010110 | 1000010 | 11110 |
Color Harmonies of #1A804D
Complementary color
Monochromatic Colors of #1A804D
Black with #1A804D
Text Example
Text Example
White with #1A804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A804D; }
p { color: rgb(26,128,77); }
H1.HeaderClassName
{
color: #1A804D;
}
.AnyTagClassName
{
color: #1A804D;
}
</style>
background-color css
<style>
a { background-color: #1A804D; }
a { background-color: rgb(26,128,77); }
div.DivClassName
{
background-color: #1A804D;
}
.BgClassName
{
background-color: #1A804D;
}
</style>
border-color css
<style>
span { border-color: #1A804D; }
span { border-color: rgb(26,128,77); }
td.TdClassName
{
border-color: #1A804D;
}
.TagClassName
{
border-color: #1A804D;
}
</style>