Shades of Salem #1A814E
Tints of Salem #1A814E
RGB
CMYK
RGB Variations
Color information
#1A814E (or 0x1A814E) is known color: Salem. HEX triplet: 1A, 81 and 4E. RGB value is (26,129,78). Sum of RGB (Red+Green+Blue) = 26+129+78=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #1A814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A814E is #E57EB1. Grayscale: #5C5C5C. Windows color (decimal): -15040178 or 5144858. OLE color: 5144858.
HSL color Cylindrical-coordinate representation of color #1A814E: hue angle of 150.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A814E is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 78 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.49 |
| HSL | 150.29º | 0.66% | 0.3% | - |
| HSV(B) | 150.29º | 0.8% | 0.51% | - |
| XYZ | 9.65 | 16.47 | 9.88 | - |
| YUV | 92.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 78 | 0.80 | 0 | 0.40 | 0.49 | 150.29 | 0.66 | 0.3 |
| Hex | 1A | 81 | 4E | 50 | 0 | 28 | 31 | 96 | 42 | 1E |
| Octal | 32 | 201 | 116 | 120 | 0 | 50 | 61 | 226 | 102 | 36 |
| Binary | 11010 | 10000001 | 1001110 | 1010000 | 0 | 101000 | 110001 | 10010110 | 1000010 | 11110 |
Color Harmonies of #1A814E
Complementary color
Monochromatic Colors of #1A814E
Black with #1A814E
Text Example
Text Example
White with #1A814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A814E; }
p { color: rgb(26,129,78); }
H1.HeaderClassName
{
color: #1A814E;
}
.AnyTagClassName
{
color: #1A814E;
}
</style>
background-color css
<style>
a { background-color: #1A814E; }
a { background-color: rgb(26,129,78); }
div.DivClassName
{
background-color: #1A814E;
}
.BgClassName
{
background-color: #1A814E;
}
</style>
border-color css
<style>
span { border-color: #1A814E; }
span { border-color: rgb(26,129,78); }
td.TdClassName
{
border-color: #1A814E;
}
.TagClassName
{
border-color: #1A814E;
}
</style>