Shades of Salem #1A854D
Tints of Salem #1A854D
RGB
CMYK
RGB Variations
Color information
#1A854D (or 0x1A854D) is known color: Salem. HEX triplet: 1A, 85 and 4D. RGB value is (26,133,77). Sum of RGB (Red+Green+Blue) = 26+133+77=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #1A854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A854D is #E57AB2. Grayscale: #5E5E5E. Windows color (decimal): -15039155 or 5080346. OLE color: 5080346.
HSL color Cylindrical-coordinate representation of color #1A854D: hue angle of 148.6º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A854D is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 77 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.48 |
| HSL | 148.6º | 0.67% | 0.31% | - |
| HSV(B) | 148.6º | 0.8% | 0.52% | - |
| XYZ | 10.15 | 17.53 | 9.87 | - |
| YUV | 94.62 | 118.05 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 77 | 0.80 | 0 | 0.42 | 0.48 | 148.6 | 0.67 | 0.31 |
| Hex | 1A | 85 | 4D | 50 | 0 | 2A | 30 | 95 | 43 | 1F |
| Octal | 32 | 205 | 115 | 120 | 0 | 52 | 60 | 225 | 103 | 37 |
| Binary | 11010 | 10000101 | 1001101 | 1010000 | 0 | 101010 | 110000 | 10010101 | 1000011 | 11111 |
Color Harmonies of #1A854D
Complementary color
Monochromatic Colors of #1A854D
Black with #1A854D
Text Example
Text Example
White with #1A854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A854D; }
p { color: rgb(26,133,77); }
H1.HeaderClassName
{
color: #1A854D;
}
.AnyTagClassName
{
color: #1A854D;
}
</style>
background-color css
<style>
a { background-color: #1A854D; }
a { background-color: rgb(26,133,77); }
div.DivClassName
{
background-color: #1A854D;
}
.BgClassName
{
background-color: #1A854D;
}
</style>
border-color css
<style>
span { border-color: #1A854D; }
span { border-color: rgb(26,133,77); }
td.TdClassName
{
border-color: #1A854D;
}
.TagClassName
{
border-color: #1A854D;
}
</style>