Shades of Salem #1A754E
Tints of Salem #1A754E
RGB
CMYK
RGB Variations
Color information
#1A754E (or 0x1A754E) is known color: Salem. HEX triplet: 1A, 75 and 4E. RGB value is (26,117,78). Sum of RGB (Red+Green+Blue) = 26+117+78=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #1A754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A754E is #E58AB1. Grayscale: #555555. Windows color (decimal): -15043250 or 5141786. OLE color: 5141786.
HSL color Cylindrical-coordinate representation of color #1A754E: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A754E is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 78 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.54 |
| HSL | 154.29º | 0.64% | 0.28% | - |
| HSV(B) | 154.29º | 0.78% | 0.46% | - |
| XYZ | 8.16 | 13.49 | 9.38 | - |
| YUV | 85.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 78 | 0.78 | 0 | 0.33 | 0.54 | 154.29 | 0.64 | 0.28 |
| Hex | 1A | 75 | 4E | 4E | 0 | 21 | 36 | 9A | 40 | 1C |
| Octal | 32 | 165 | 116 | 116 | 0 | 41 | 66 | 232 | 100 | 34 |
| Binary | 11010 | 1110101 | 1001110 | 1001110 | 0 | 100001 | 110110 | 10011010 | 1000000 | 11100 |
Color Harmonies of #1A754E
Complementary color
Monochromatic Colors of #1A754E
Black with #1A754E
Text Example
Text Example
White with #1A754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A754E; }
p { color: rgb(26,117,78); }
H1.HeaderClassName
{
color: #1A754E;
}
.AnyTagClassName
{
color: #1A754E;
}
</style>
background-color css
<style>
a { background-color: #1A754E; }
a { background-color: rgb(26,117,78); }
div.DivClassName
{
background-color: #1A754E;
}
.BgClassName
{
background-color: #1A754E;
}
</style>
border-color css
<style>
span { border-color: #1A754E; }
span { border-color: rgb(26,117,78); }
td.TdClassName
{
border-color: #1A754E;
}
.TagClassName
{
border-color: #1A754E;
}
</style>