Shades of Salem #1A7D4C
Tints of Salem #1A7D4C
RGB
CMYK
RGB Variations
Color information
#1A7D4C (or 0x1A7D4C) is known color: Salem. HEX triplet: 1A, 7D and 4C. RGB value is (26,125,76). Sum of RGB (Red+Green+Blue) = 26+125+76=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7D4C is #E582B3. Grayscale: #595959. Windows color (decimal): -15041204 or 5012762. OLE color: 5012762.
HSL color Cylindrical-coordinate representation of color #1A7D4C: hue angle of 150.3º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7D4C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 76 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.51 |
| HSL | 150.3º | 0.66% | 0.3% | - |
| HSV(B) | 150.3º | 0.79% | 0.49% | - |
| XYZ | 9.06 | 15.41 | 9.33 | - |
| YUV | 89.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 76 | 0.79 | 0 | 0.39 | 0.51 | 150.3 | 0.66 | 0.3 |
| Hex | 1A | 7D | 4C | 4F | 0 | 27 | 33 | 96 | 42 | 1E |
| Octal | 32 | 175 | 114 | 117 | 0 | 47 | 63 | 226 | 102 | 36 |
| Binary | 11010 | 1111101 | 1001100 | 1001111 | 0 | 100111 | 110011 | 10010110 | 1000010 | 11110 |
Color Harmonies of #1A7D4C
Complementary color
Monochromatic Colors of #1A7D4C
Black with #1A7D4C
Text Example
Text Example
White with #1A7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D4C; }
p { color: rgb(26,125,76); }
H1.HeaderClassName
{
color: #1A7D4C;
}
.AnyTagClassName
{
color: #1A7D4C;
}
</style>
background-color css
<style>
a { background-color: #1A7D4C; }
a { background-color: rgb(26,125,76); }
div.DivClassName
{
background-color: #1A7D4C;
}
.BgClassName
{
background-color: #1A7D4C;
}
</style>
border-color css
<style>
span { border-color: #1A7D4C; }
span { border-color: rgb(26,125,76); }
td.TdClassName
{
border-color: #1A7D4C;
}
.TagClassName
{
border-color: #1A7D4C;
}
</style>