Shades of Salem #1A873F
Tints of Salem #1A873F
RGB
CMYK
RGB Variations
Color information
#1A873F (or 0x1A873F) is known color: Salem. HEX triplet: 1A, 87 and 3F. RGB value is (26,135,63). Sum of RGB (Red+Green+Blue) = 26+135+63=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #1A873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A873F is #E578C0. Grayscale: #5E5E5E. Windows color (decimal): -15038657 or 4163354. OLE color: 4163354.
HSL color Cylindrical-coordinate representation of color #1A873F: hue angle of 140.37º 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 #1A873F is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 63 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.47 |
| HSL | 140.37º | 0.68% | 0.32% | - |
| HSV(B) | 140.37º | 0.81% | 0.53% | - |
| XYZ | 9.99 | 17.91 | 7.63 | - |
| YUV | 94.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 63 | 0.81 | 0 | 0.53 | 0.47 | 140.37 | 0.68 | 0.32 |
| Hex | 1A | 87 | 3F | 51 | 0 | 35 | 2F | 8C | 44 | 20 |
| Octal | 32 | 207 | 77 | 121 | 0 | 65 | 57 | 214 | 104 | 40 |
| Binary | 11010 | 10000111 | 111111 | 1010001 | 0 | 110101 | 101111 | 10001100 | 1000100 | 100000 |
Color Harmonies of #1A873F
Complementary color
Monochromatic Colors of #1A873F
Black with #1A873F
Text Example
Text Example
White with #1A873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A873F; }
p { color: rgb(26,135,63); }
H1.HeaderClassName
{
color: #1A873F;
}
.AnyTagClassName
{
color: #1A873F;
}
</style>
background-color css
<style>
a { background-color: #1A873F; }
a { background-color: rgb(26,135,63); }
div.DivClassName
{
background-color: #1A873F;
}
.BgClassName
{
background-color: #1A873F;
}
</style>
border-color css
<style>
span { border-color: #1A873F; }
span { border-color: rgb(26,135,63); }
td.TdClassName
{
border-color: #1A873F;
}
.TagClassName
{
border-color: #1A873F;
}
</style>