Shades of Salem #1A874C
Tints of Salem #1A874C
RGB
CMYK
RGB Variations
Color information
#1A874C (or 0x1A874C) is known color: Salem. HEX triplet: 1A, 87 and 4C. RGB value is (26,135,76). Sum of RGB (Red+Green+Blue) = 26+135+76=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #1A874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A874C is #E578B3. Grayscale: #5F5F5F. Windows color (decimal): -15038644 or 5015322. OLE color: 5015322.
HSL color Cylindrical-coordinate representation of color #1A874C: hue angle of 147.52º 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 #1A874C is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 76 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.47 |
| HSL | 147.52º | 0.68% | 0.32% | - |
| HSV(B) | 147.52º | 0.81% | 0.53% | - |
| XYZ | 10.39 | 18.07 | 9.78 | - |
| YUV | 95.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 76 | 0.81 | 0 | 0.44 | 0.47 | 147.52 | 0.68 | 0.32 |
| Hex | 1A | 87 | 4C | 51 | 0 | 2C | 2F | 94 | 44 | 20 |
| Octal | 32 | 207 | 114 | 121 | 0 | 54 | 57 | 224 | 104 | 40 |
| Binary | 11010 | 10000111 | 1001100 | 1010001 | 0 | 101100 | 101111 | 10010100 | 1000100 | 100000 |
Color Harmonies of #1A874C
Complementary color
Monochromatic Colors of #1A874C
Black with #1A874C
Text Example
Text Example
White with #1A874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A874C; }
p { color: rgb(26,135,76); }
H1.HeaderClassName
{
color: #1A874C;
}
.AnyTagClassName
{
color: #1A874C;
}
</style>
background-color css
<style>
a { background-color: #1A874C; }
a { background-color: rgb(26,135,76); }
div.DivClassName
{
background-color: #1A874C;
}
.BgClassName
{
background-color: #1A874C;
}
</style>
border-color css
<style>
span { border-color: #1A874C; }
span { border-color: rgb(26,135,76); }
td.TdClassName
{
border-color: #1A874C;
}
.TagClassName
{
border-color: #1A874C;
}
</style>