Shades of Salem #1A874D
Tints of Salem #1A874D
RGB
CMYK
RGB Variations
Color information
#1A874D (or 0x1A874D) is known color: Salem. HEX triplet: 1A, 87 and 4D. RGB value is (26,135,77). Sum of RGB (Red+Green+Blue) = 26+135+77=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #1A874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A874D is #E578B2. Grayscale: #5F5F5F. Windows color (decimal): -15038643 or 5080858. OLE color: 5080858.
HSL color Cylindrical-coordinate representation of color #1A874D: hue angle of 148.07º 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 #1A874D is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 77 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.47 |
| HSL | 148.07º | 0.68% | 0.32% | - |
| HSV(B) | 148.07º | 0.81% | 0.53% | - |
| XYZ | 10.43 | 18.08 | 9.96 | - |
| YUV | 95.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 77 | 0.81 | 0 | 0.43 | 0.47 | 148.07 | 0.68 | 0.32 |
| Hex | 1A | 87 | 4D | 51 | 0 | 2B | 2F | 94 | 44 | 20 |
| Octal | 32 | 207 | 115 | 121 | 0 | 53 | 57 | 224 | 104 | 40 |
| Binary | 11010 | 10000111 | 1001101 | 1010001 | 0 | 101011 | 101111 | 10010100 | 1000100 | 100000 |
Color Harmonies of #1A874D
Complementary color
Monochromatic Colors of #1A874D
Black with #1A874D
Text Example
Text Example
White with #1A874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A874D; }
p { color: rgb(26,135,77); }
H1.HeaderClassName
{
color: #1A874D;
}
.AnyTagClassName
{
color: #1A874D;
}
</style>
background-color css
<style>
a { background-color: #1A874D; }
a { background-color: rgb(26,135,77); }
div.DivClassName
{
background-color: #1A874D;
}
.BgClassName
{
background-color: #1A874D;
}
</style>
border-color css
<style>
span { border-color: #1A874D; }
span { border-color: rgb(26,135,77); }
td.TdClassName
{
border-color: #1A874D;
}
.TagClassName
{
border-color: #1A874D;
}
</style>