Shades of Salem #1A8D52
Tints of Salem #1A8D52
RGB
CMYK
RGB Variations
Color information
#1A8D52 (or 0x1A8D52) is known color: Salem. HEX triplet: 1A, 8D and 52. RGB value is (26,141,82). Sum of RGB (Red+Green+Blue) = 26+141+82=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8D52 is #E572AD. Grayscale: #646464. Windows color (decimal): -15037102 or 5410074. OLE color: 5410074.
HSL color Cylindrical-coordinate representation of color #1A8D52: hue angle of 149.22º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8D52 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 82 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.45 |
| HSL | 149.22º | 0.69% | 0.33% | - |
| HSV(B) | 149.22º | 0.82% | 0.55% | - |
| XYZ | 11.47 | 19.88 | 11.21 | - |
| YUV | 99.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 82 | 0.82 | 0 | 0.42 | 0.45 | 149.22 | 0.69 | 0.33 |
| Hex | 1A | 8D | 52 | 52 | 0 | 2A | 2D | 95 | 45 | 21 |
| Octal | 32 | 215 | 122 | 122 | 0 | 52 | 55 | 225 | 105 | 41 |
| Binary | 11010 | 10001101 | 1010010 | 1010010 | 0 | 101010 | 101101 | 10010101 | 1000101 | 100001 |
Color Harmonies of #1A8D52
Complementary color
Monochromatic Colors of #1A8D52
Black with #1A8D52
Text Example
Text Example
White with #1A8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D52; }
p { color: rgb(26,141,82); }
H1.HeaderClassName
{
color: #1A8D52;
}
.AnyTagClassName
{
color: #1A8D52;
}
</style>
background-color css
<style>
a { background-color: #1A8D52; }
a { background-color: rgb(26,141,82); }
div.DivClassName
{
background-color: #1A8D52;
}
.BgClassName
{
background-color: #1A8D52;
}
</style>
border-color css
<style>
span { border-color: #1A8D52; }
span { border-color: rgb(26,141,82); }
td.TdClassName
{
border-color: #1A8D52;
}
.TagClassName
{
border-color: #1A8D52;
}
</style>