Shades of Salem #1A7B58
Tints of Salem #1A7B58
RGB
CMYK
RGB Variations
Color information
#1A7B58 (or 0x1A7B58) is known color: Salem. HEX triplet: 1A, 7B and 58. RGB value is (26,123,88). Sum of RGB (Red+Green+Blue) = 26+123+88=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #1A7B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7B58 is #E584A7. Grayscale: #5A5A5A. Windows color (decimal): -15041704 or 5798682. OLE color: 5798682.
HSL color Cylindrical-coordinate representation of color #1A7B58: hue angle of 158.35º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7B58 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 123 | 88 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.52 |
| HSL | 158.35º | 0.65% | 0.29% | - |
| HSV(B) | 158.35º | 0.79% | 0.48% | - |
| XYZ | 9.27 | 15.09 | 11.66 | - |
| YUV | 90.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 123 | 88 | 0.79 | 0 | 0.28 | 0.52 | 158.35 | 0.65 | 0.29 |
| Hex | 1A | 7B | 58 | 4F | 0 | 1C | 34 | 9E | 41 | 1D |
| Octal | 32 | 173 | 130 | 117 | 0 | 34 | 64 | 236 | 101 | 35 |
| Binary | 11010 | 1111011 | 1011000 | 1001111 | 0 | 11100 | 110100 | 10011110 | 1000001 | 11101 |
Color Harmonies of #1A7B58
Complementary color
Monochromatic Colors of #1A7B58
Black with #1A7B58
Text Example
Text Example
White with #1A7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7B58; }
p { color: rgb(26,123,88); }
H1.HeaderClassName
{
color: #1A7B58;
}
.AnyTagClassName
{
color: #1A7B58;
}
</style>
background-color css
<style>
a { background-color: #1A7B58; }
a { background-color: rgb(26,123,88); }
div.DivClassName
{
background-color: #1A7B58;
}
.BgClassName
{
background-color: #1A7B58;
}
</style>
border-color css
<style>
span { border-color: #1A7B58; }
span { border-color: rgb(26,123,88); }
td.TdClassName
{
border-color: #1A7B58;
}
.TagClassName
{
border-color: #1A7B58;
}
</style>