Shades of Salem #1A8A52
Tints of Salem #1A8A52
RGB
CMYK
RGB Variations
Color information
#1A8A52 (or 0x1A8A52) is known color: Salem. HEX triplet: 1A, 8A and 52. RGB value is (26,138,82). Sum of RGB (Red+Green+Blue) = 26+138+82=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8A52 is #E575AD. Grayscale: #626262. Windows color (decimal): -15037870 or 5409306. OLE color: 5409306.
HSL color Cylindrical-coordinate representation of color #1A8A52: hue angle of 150º 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 #1A8A52 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 138 | 82 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.46 |
| HSL | 150º | 0.68% | 0.32% | - |
| HSV(B) | 150º | 0.81% | 0.54% | - |
| XYZ | 11.04 | 19.01 | 11.07 | - |
| YUV | 98.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 82 | 0.81 | 0 | 0.41 | 0.46 | 150 | 0.68 | 0.32 |
| Hex | 1A | 8A | 52 | 51 | 0 | 29 | 2E | 96 | 44 | 20 |
| Octal | 32 | 212 | 122 | 121 | 0 | 51 | 56 | 226 | 104 | 40 |
| Binary | 11010 | 10001010 | 1010010 | 1010001 | 0 | 101001 | 101110 | 10010110 | 1000100 | 100000 |
Color Harmonies of #1A8A52
Complementary color
Monochromatic Colors of #1A8A52
Black with #1A8A52
Text Example
Text Example
White with #1A8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8A52; }
p { color: rgb(26,138,82); }
H1.HeaderClassName
{
color: #1A8A52;
}
.AnyTagClassName
{
color: #1A8A52;
}
</style>
background-color css
<style>
a { background-color: #1A8A52; }
a { background-color: rgb(26,138,82); }
div.DivClassName
{
background-color: #1A8A52;
}
.BgClassName
{
background-color: #1A8A52;
}
</style>
border-color css
<style>
span { border-color: #1A8A52; }
span { border-color: rgb(26,138,82); }
td.TdClassName
{
border-color: #1A8A52;
}
.TagClassName
{
border-color: #1A8A52;
}
</style>