Shades of Salem #1A7C51
Tints of Salem #1A7C51
RGB
CMYK
RGB Variations
Color information
#1A7C51 (or 0x1A7C51) is known color: Salem. HEX triplet: 1A, 7C and 51. RGB value is (26,124,81). Sum of RGB (Red+Green+Blue) = 26+124+81=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7C51 is #E583AE. Grayscale: #595959. Windows color (decimal): -15041455 or 5340186. OLE color: 5340186.
HSL color Cylindrical-coordinate representation of color #1A7C51: hue angle of 153.67º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C51 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 124 | 81 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.51 |
| HSL | 153.67º | 0.65% | 0.29% | - |
| HSV(B) | 153.67º | 0.79% | 0.49% | - |
| XYZ | 9.12 | 15.23 | 10.24 | - |
| YUV | 89.8 | 123.03 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 124 | 81 | 0.79 | 0 | 0.35 | 0.51 | 153.67 | 0.65 | 0.29 |
| Hex | 1A | 7C | 51 | 4F | 0 | 23 | 33 | 9A | 41 | 1D |
| Octal | 32 | 174 | 121 | 117 | 0 | 43 | 63 | 232 | 101 | 35 |
| Binary | 11010 | 1111100 | 1010001 | 1001111 | 0 | 100011 | 110011 | 10011010 | 1000001 | 11101 |
Color Harmonies of #1A7C51
Complementary color
Monochromatic Colors of #1A7C51
Black with #1A7C51
Text Example
Text Example
White with #1A7C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7C51; }
p { color: rgb(26,124,81); }
H1.HeaderClassName
{
color: #1A7C51;
}
.AnyTagClassName
{
color: #1A7C51;
}
</style>
background-color css
<style>
a { background-color: #1A7C51; }
a { background-color: rgb(26,124,81); }
div.DivClassName
{
background-color: #1A7C51;
}
.BgClassName
{
background-color: #1A7C51;
}
</style>
border-color css
<style>
span { border-color: #1A7C51; }
span { border-color: rgb(26,124,81); }
td.TdClassName
{
border-color: #1A7C51;
}
.TagClassName
{
border-color: #1A7C51;
}
</style>