Shades of Salem #1A8952
Tints of Salem #1A8952
RGB
CMYK
RGB Variations
Color information
#1A8952 (or 0x1A8952) is known color: Salem. HEX triplet: 1A, 89 and 52. RGB value is (26,137,82). Sum of RGB (Red+Green+Blue) = 26+137+82=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8952 is #E576AD. Grayscale: #616161. Windows color (decimal): -15038126 or 5409050. OLE color: 5409050.
HSL color Cylindrical-coordinate representation of color #1A8952: hue angle of 150.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8952 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 82 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.46 |
| HSL | 150.27º | 0.68% | 0.32% | - |
| HSV(B) | 150.27º | 0.81% | 0.54% | - |
| XYZ | 10.89 | 18.72 | 11.02 | - |
| YUV | 97.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 82 | 0.81 | 0 | 0.40 | 0.46 | 150.27 | 0.68 | 0.32 |
| Hex | 1A | 89 | 52 | 51 | 0 | 28 | 2E | 96 | 44 | 20 |
| Octal | 32 | 211 | 122 | 121 | 0 | 50 | 56 | 226 | 104 | 40 |
| Binary | 11010 | 10001001 | 1010010 | 1010001 | 0 | 101000 | 101110 | 10010110 | 1000100 | 100000 |
Color Harmonies of #1A8952
Complementary color
Monochromatic Colors of #1A8952
Black with #1A8952
Text Example
Text Example
White with #1A8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8952; }
p { color: rgb(26,137,82); }
H1.HeaderClassName
{
color: #1A8952;
}
.AnyTagClassName
{
color: #1A8952;
}
</style>
background-color css
<style>
a { background-color: #1A8952; }
a { background-color: rgb(26,137,82); }
div.DivClassName
{
background-color: #1A8952;
}
.BgClassName
{
background-color: #1A8952;
}
</style>
border-color css
<style>
span { border-color: #1A8952; }
span { border-color: rgb(26,137,82); }
td.TdClassName
{
border-color: #1A8952;
}
.TagClassName
{
border-color: #1A8952;
}
</style>