Shades of Salem #1A794B
Tints of Salem #1A794B
RGB
CMYK
RGB Variations
Color information
#1A794B (or 0x1A794B) is known color: Salem. HEX triplet: 1A, 79 and 4B. RGB value is (26,121,75). Sum of RGB (Red+Green+Blue) = 26+121+75=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #1A794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A794B is #E586B4. Grayscale: #575757. Windows color (decimal): -15042229 or 4946202. OLE color: 4946202.
HSL color Cylindrical-coordinate representation of color #1A794B: hue angle of 150.95º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A794B is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 75 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.53 |
| HSL | 150.95º | 0.65% | 0.29% | - |
| HSV(B) | 150.95º | 0.79% | 0.47% | - |
| XYZ | 8.53 | 14.4 | 8.99 | - |
| YUV | 87.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 75 | 0.79 | 0 | 0.38 | 0.53 | 150.95 | 0.65 | 0.29 |
| Hex | 1A | 79 | 4B | 4F | 0 | 26 | 35 | 97 | 41 | 1D |
| Octal | 32 | 171 | 113 | 117 | 0 | 46 | 65 | 227 | 101 | 35 |
| Binary | 11010 | 1111001 | 1001011 | 1001111 | 0 | 100110 | 110101 | 10010111 | 1000001 | 11101 |
Color Harmonies of #1A794B
Complementary color
Monochromatic Colors of #1A794B
Black with #1A794B
Text Example
Text Example
White with #1A794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A794B; }
p { color: rgb(26,121,75); }
H1.HeaderClassName
{
color: #1A794B;
}
.AnyTagClassName
{
color: #1A794B;
}
</style>
background-color css
<style>
a { background-color: #1A794B; }
a { background-color: rgb(26,121,75); }
div.DivClassName
{
background-color: #1A794B;
}
.BgClassName
{
background-color: #1A794B;
}
</style>
border-color css
<style>
span { border-color: #1A794B; }
span { border-color: rgb(26,121,75); }
td.TdClassName
{
border-color: #1A794B;
}
.TagClassName
{
border-color: #1A794B;
}
</style>