Shades of Salem #1A7D4B
Tints of Salem #1A7D4B
RGB
CMYK
RGB Variations
Color information
#1A7D4B (or 0x1A7D4B) is known color: Salem. HEX triplet: 1A, 7D and 4B. RGB value is (26,125,75). Sum of RGB (Red+Green+Blue) = 26+125+75=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7D4B is #E582B4. Grayscale: #595959. Windows color (decimal): -15041205 or 4947226. OLE color: 4947226.
HSL color Cylindrical-coordinate representation of color #1A7D4B: hue angle of 149.7º 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 #1A7D4B is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 75 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.51 |
| HSL | 149.7º | 0.66% | 0.3% | - |
| HSV(B) | 149.7º | 0.79% | 0.49% | - |
| XYZ | 9.03 | 15.39 | 9.15 | - |
| YUV | 89.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 75 | 0.79 | 0 | 0.40 | 0.51 | 149.7 | 0.66 | 0.3 |
| Hex | 1A | 7D | 4B | 4F | 0 | 28 | 33 | 96 | 42 | 1E |
| Octal | 32 | 175 | 113 | 117 | 0 | 50 | 63 | 226 | 102 | 36 |
| Binary | 11010 | 1111101 | 1001011 | 1001111 | 0 | 101000 | 110011 | 10010110 | 1000010 | 11110 |
Color Harmonies of #1A7D4B
Complementary color
Monochromatic Colors of #1A7D4B
Black with #1A7D4B
Text Example
Text Example
White with #1A7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D4B; }
p { color: rgb(26,125,75); }
H1.HeaderClassName
{
color: #1A7D4B;
}
.AnyTagClassName
{
color: #1A7D4B;
}
</style>
background-color css
<style>
a { background-color: #1A7D4B; }
a { background-color: rgb(26,125,75); }
div.DivClassName
{
background-color: #1A7D4B;
}
.BgClassName
{
background-color: #1A7D4B;
}
</style>
border-color css
<style>
span { border-color: #1A7D4B; }
span { border-color: rgb(26,125,75); }
td.TdClassName
{
border-color: #1A7D4B;
}
.TagClassName
{
border-color: #1A7D4B;
}
</style>