Shades of Salem #1A8F4D
Tints of Salem #1A8F4D
RGB
CMYK
RGB Variations
Color information
#1A8F4D (or 0x1A8F4D) is known color: Salem. HEX triplet: 1A, 8F and 4D. RGB value is (26,143,77). Sum of RGB (Red+Green+Blue) = 26+143+77=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 143 (56.25% from 255 or 58.13% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 143 - color contains mainly: green. Hex color #1A8F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8F4D is #E570B2. Grayscale: #646464. Windows color (decimal): -15036595 or 5082906. OLE color: 5082906.
HSL color Cylindrical-coordinate representation of color #1A8F4D: hue angle of 146.15º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8F4D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 143 | 77 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.44 |
| HSL | 146.15º | 0.69% | 0.33% | - |
| HSV(B) | 146.15º | 0.82% | 0.56% | - |
| XYZ | 11.59 | 20.4 | 10.35 | - |
| YUV | 100.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 77 | 0.82 | 0 | 0.46 | 0.44 | 146.15 | 0.69 | 0.33 |
| Hex | 1A | 8F | 4D | 52 | 0 | 2E | 2C | 92 | 45 | 21 |
| Octal | 32 | 217 | 115 | 122 | 0 | 56 | 54 | 222 | 105 | 41 |
| Binary | 11010 | 10001111 | 1001101 | 1010010 | 0 | 101110 | 101100 | 10010010 | 1000101 | 100001 |
Color Harmonies of #1A8F4D
Complementary color
Monochromatic Colors of #1A8F4D
Black with #1A8F4D
Text Example
Text Example
White with #1A8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8F4D; }
p { color: rgb(26,143,77); }
H1.HeaderClassName
{
color: #1A8F4D;
}
.AnyTagClassName
{
color: #1A8F4D;
}
</style>
background-color css
<style>
a { background-color: #1A8F4D; }
a { background-color: rgb(26,143,77); }
div.DivClassName
{
background-color: #1A8F4D;
}
.BgClassName
{
background-color: #1A8F4D;
}
</style>
border-color css
<style>
span { border-color: #1A8F4D; }
span { border-color: rgb(26,143,77); }
td.TdClassName
{
border-color: #1A8F4D;
}
.TagClassName
{
border-color: #1A8F4D;
}
</style>