Shades of Salem #1A834F
Tints of Salem #1A834F
RGB
CMYK
RGB Variations
Color information
#1A834F (or 0x1A834F) is known color: Salem. HEX triplet: 1A, 83 and 4F. RGB value is (26,131,79). Sum of RGB (Red+Green+Blue) = 26+131+79=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #1A834F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A834F is #E57CB0. Grayscale: #5D5D5D. Windows color (decimal): -15039665 or 5210906. OLE color: 5210906.
HSL color Cylindrical-coordinate representation of color #1A834F: hue angle of 150.29º 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 #1A834F is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 131 | 79 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.49 |
| HSL | 150.29º | 0.67% | 0.31% | - |
| HSV(B) | 150.29º | 0.8% | 0.51% | - |
| XYZ | 9.95 | 17.02 | 10.16 | - |
| YUV | 93.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 79 | 0.80 | 0 | 0.40 | 0.49 | 150.29 | 0.67 | 0.31 |
| Hex | 1A | 83 | 4F | 50 | 0 | 28 | 31 | 96 | 43 | 1F |
| Octal | 32 | 203 | 117 | 120 | 0 | 50 | 61 | 226 | 103 | 37 |
| Binary | 11010 | 10000011 | 1001111 | 1010000 | 0 | 101000 | 110001 | 10010110 | 1000011 | 11111 |
Color Harmonies of #1A834F
Complementary color
Monochromatic Colors of #1A834F
Black with #1A834F
Text Example
Text Example
White with #1A834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A834F; }
p { color: rgb(26,131,79); }
H1.HeaderClassName
{
color: #1A834F;
}
.AnyTagClassName
{
color: #1A834F;
}
</style>
background-color css
<style>
a { background-color: #1A834F; }
a { background-color: rgb(26,131,79); }
div.DivClassName
{
background-color: #1A834F;
}
.BgClassName
{
background-color: #1A834F;
}
</style>
border-color css
<style>
span { border-color: #1A834F; }
span { border-color: rgb(26,131,79); }
td.TdClassName
{
border-color: #1A834F;
}
.TagClassName
{
border-color: #1A834F;
}
</style>