Shades of Salem #1A714E
Tints of Salem #1A714E
RGB
CMYK
RGB Variations
Color information
#1A714E (or 0x1A714E) is known color: Salem. HEX triplet: 1A, 71 and 4E. RGB value is (26,113,78). Sum of RGB (Red+Green+Blue) = 26+113+78=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #1A714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A714E is #E58EB1. Grayscale: #535353. Windows color (decimal): -15044274 or 5140762. OLE color: 5140762.
HSL color Cylindrical-coordinate representation of color #1A714E: hue angle of 155.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A714E is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 113 | 78 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.56 |
| HSL | 155.86º | 0.63% | 0.27% | - |
| HSV(B) | 155.86º | 0.77% | 0.44% | - |
| XYZ | 7.71 | 12.58 | 9.23 | - |
| YUV | 83 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 78 | 0.77 | 0 | 0.31 | 0.56 | 155.86 | 0.63 | 0.27 |
| Hex | 1A | 71 | 4E | 4D | 0 | 1F | 38 | 9C | 3F | 1B |
| Octal | 32 | 161 | 116 | 115 | 0 | 37 | 70 | 234 | 77 | 33 |
| Binary | 11010 | 1110001 | 1001110 | 1001101 | 0 | 11111 | 111000 | 10011100 | 111111 | 11011 |
Color Harmonies of #1A714E
Complementary color
Monochromatic Colors of #1A714E
Black with #1A714E
Text Example
Text Example
White with #1A714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A714E; }
p { color: rgb(26,113,78); }
H1.HeaderClassName
{
color: #1A714E;
}
.AnyTagClassName
{
color: #1A714E;
}
</style>
background-color css
<style>
a { background-color: #1A714E; }
a { background-color: rgb(26,113,78); }
div.DivClassName
{
background-color: #1A714E;
}
.BgClassName
{
background-color: #1A714E;
}
</style>
border-color css
<style>
span { border-color: #1A714E; }
span { border-color: rgb(26,113,78); }
td.TdClassName
{
border-color: #1A714E;
}
.TagClassName
{
border-color: #1A714E;
}
</style>