Shades of Salem #1A844F
Tints of Salem #1A844F
RGB
CMYK
RGB Variations
Color information
#1A844F (or 0x1A844F) is known color: Salem. HEX triplet: 1A, 84 and 4F. RGB value is (26,132,79). Sum of RGB (Red+Green+Blue) = 26+132+79=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #1A844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A844F is #E57BB0. Grayscale: #5E5E5E. Windows color (decimal): -15039409 or 5211162. OLE color: 5211162.
HSL color Cylindrical-coordinate representation of color #1A844F: hue angle of 150º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A844F is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 79 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.48 |
| HSL | 150º | 0.67% | 0.31% | - |
| HSV(B) | 150º | 0.8% | 0.52% | - |
| XYZ | 10.09 | 17.29 | 10.2 | - |
| YUV | 94.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 79 | 0.80 | 0 | 0.40 | 0.48 | 150 | 0.67 | 0.31 |
| Hex | 1A | 84 | 4F | 50 | 0 | 28 | 30 | 96 | 43 | 1F |
| Octal | 32 | 204 | 117 | 120 | 0 | 50 | 60 | 226 | 103 | 37 |
| Binary | 11010 | 10000100 | 1001111 | 1010000 | 0 | 101000 | 110000 | 10010110 | 1000011 | 11111 |
Color Harmonies of #1A844F
Complementary color
Monochromatic Colors of #1A844F
Black with #1A844F
Text Example
Text Example
White with #1A844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A844F; }
p { color: rgb(26,132,79); }
H1.HeaderClassName
{
color: #1A844F;
}
.AnyTagClassName
{
color: #1A844F;
}
</style>
background-color css
<style>
a { background-color: #1A844F; }
a { background-color: rgb(26,132,79); }
div.DivClassName
{
background-color: #1A844F;
}
.BgClassName
{
background-color: #1A844F;
}
</style>
border-color css
<style>
span { border-color: #1A844F; }
span { border-color: rgb(26,132,79); }
td.TdClassName
{
border-color: #1A844F;
}
.TagClassName
{
border-color: #1A844F;
}
</style>