Shades of Salem #1A834E
Tints of Salem #1A834E
RGB
CMYK
RGB Variations
Color information
#1A834E (or 0x1A834E) is known color: Salem. HEX triplet: 1A, 83 and 4E. RGB value is (26,131,78). Sum of RGB (Red+Green+Blue) = 26+131+78=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #1A834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A834E is #E57CB1. Grayscale: #5D5D5D. Windows color (decimal): -15039666 or 5145370. OLE color: 5145370.
HSL color Cylindrical-coordinate representation of color #1A834E: hue angle of 149.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A834E is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 131 | 78 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.49 |
| HSL | 149.71º | 0.67% | 0.31% | - |
| HSV(B) | 149.71º | 0.8% | 0.51% | - |
| XYZ | 9.92 | 17 | 9.97 | - |
| YUV | 93.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 78 | 0.80 | 0 | 0.40 | 0.49 | 149.71 | 0.67 | 0.31 |
| Hex | 1A | 83 | 4E | 50 | 0 | 28 | 31 | 96 | 43 | 1F |
| Octal | 32 | 203 | 116 | 120 | 0 | 50 | 61 | 226 | 103 | 37 |
| Binary | 11010 | 10000011 | 1001110 | 1010000 | 0 | 101000 | 110001 | 10010110 | 1000011 | 11111 |
Color Harmonies of #1A834E
Complementary color
Monochromatic Colors of #1A834E
Black with #1A834E
Text Example
Text Example
White with #1A834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A834E; }
p { color: rgb(26,131,78); }
H1.HeaderClassName
{
color: #1A834E;
}
.AnyTagClassName
{
color: #1A834E;
}
</style>
background-color css
<style>
a { background-color: #1A834E; }
a { background-color: rgb(26,131,78); }
div.DivClassName
{
background-color: #1A834E;
}
.BgClassName
{
background-color: #1A834E;
}
</style>
border-color css
<style>
span { border-color: #1A834E; }
span { border-color: rgb(26,131,78); }
td.TdClassName
{
border-color: #1A834E;
}
.TagClassName
{
border-color: #1A834E;
}
</style>