Shades of Salem #1A814F
Tints of Salem #1A814F
RGB
CMYK
RGB Variations
Color information
#1A814F (or 0x1A814F) is known color: Salem. HEX triplet: 1A, 81 and 4F. RGB value is (26,129,79). Sum of RGB (Red+Green+Blue) = 26+129+79=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #1A814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A814F is #E57EB0. Grayscale: #5C5C5C. Windows color (decimal): -15040177 or 5210394. OLE color: 5210394.
HSL color Cylindrical-coordinate representation of color #1A814F: hue angle of 150.87º 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 #1A814F is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 79 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.49 |
| HSL | 150.87º | 0.66% | 0.3% | - |
| HSV(B) | 150.87º | 0.8% | 0.51% | - |
| XYZ | 9.69 | 16.48 | 10.07 | - |
| YUV | 92.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 79 | 0.80 | 0 | 0.39 | 0.49 | 150.87 | 0.66 | 0.3 |
| Hex | 1A | 81 | 4F | 50 | 0 | 27 | 31 | 97 | 42 | 1E |
| Octal | 32 | 201 | 117 | 120 | 0 | 47 | 61 | 227 | 102 | 36 |
| Binary | 11010 | 10000001 | 1001111 | 1010000 | 0 | 100111 | 110001 | 10010111 | 1000010 | 11110 |
Color Harmonies of #1A814F
Complementary color
Monochromatic Colors of #1A814F
Black with #1A814F
Text Example
Text Example
White with #1A814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A814F; }
p { color: rgb(26,129,79); }
H1.HeaderClassName
{
color: #1A814F;
}
.AnyTagClassName
{
color: #1A814F;
}
</style>
background-color css
<style>
a { background-color: #1A814F; }
a { background-color: rgb(26,129,79); }
div.DivClassName
{
background-color: #1A814F;
}
.BgClassName
{
background-color: #1A814F;
}
</style>
border-color css
<style>
span { border-color: #1A814F; }
span { border-color: rgb(26,129,79); }
td.TdClassName
{
border-color: #1A814F;
}
.TagClassName
{
border-color: #1A814F;
}
</style>