Shades of Salem #1A874A
Tints of Salem #1A874A
RGB
CMYK
RGB Variations
Color information
#1A874A (or 0x1A874A) is known color: Salem. HEX triplet: 1A, 87 and 4A. RGB value is (26,135,74). Sum of RGB (Red+Green+Blue) = 26+135+74=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #1A874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A874A is #E578B5. Grayscale: #5F5F5F. Windows color (decimal): -15038646 or 4884250. OLE color: 4884250.
HSL color Cylindrical-coordinate representation of color #1A874A: hue angle of 146.42º 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 #1A874A is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 74 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.47 |
| HSL | 146.42º | 0.68% | 0.32% | - |
| HSV(B) | 146.42º | 0.81% | 0.53% | - |
| XYZ | 10.33 | 18.04 | 9.42 | - |
| YUV | 95.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 74 | 0.81 | 0 | 0.45 | 0.47 | 146.42 | 0.68 | 0.32 |
| Hex | 1A | 87 | 4A | 51 | 0 | 2D | 2F | 92 | 44 | 20 |
| Octal | 32 | 207 | 112 | 121 | 0 | 55 | 57 | 222 | 104 | 40 |
| Binary | 11010 | 10000111 | 1001010 | 1010001 | 0 | 101101 | 101111 | 10010010 | 1000100 | 100000 |
Color Harmonies of #1A874A
Complementary color
Monochromatic Colors of #1A874A
Black with #1A874A
Text Example
Text Example
White with #1A874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A874A; }
p { color: rgb(26,135,74); }
H1.HeaderClassName
{
color: #1A874A;
}
.AnyTagClassName
{
color: #1A874A;
}
</style>
background-color css
<style>
a { background-color: #1A874A; }
a { background-color: rgb(26,135,74); }
div.DivClassName
{
background-color: #1A874A;
}
.BgClassName
{
background-color: #1A874A;
}
</style>
border-color css
<style>
span { border-color: #1A874A; }
span { border-color: rgb(26,135,74); }
td.TdClassName
{
border-color: #1A874A;
}
.TagClassName
{
border-color: #1A874A;
}
</style>