Shades of Salem #1A764D
Tints of Salem #1A764D
RGB
CMYK
RGB Variations
Color information
#1A764D (or 0x1A764D) is known color: Salem. HEX triplet: 1A, 76 and 4D. RGB value is (26,118,77). Sum of RGB (Red+Green+Blue) = 26+118+77=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #1A764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A764D is #E589B2. Grayscale: #555555. Windows color (decimal): -15042995 or 5076506. OLE color: 5076506.
HSL color Cylindrical-coordinate representation of color #1A764D: hue angle of 153.26º 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 #1A764D is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 77 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.54 |
| HSL | 153.26º | 0.64% | 0.28% | - |
| HSV(B) | 153.26º | 0.78% | 0.46% | - |
| XYZ | 8.24 | 13.71 | 9.23 | - |
| YUV | 85.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 77 | 0.78 | 0 | 0.35 | 0.54 | 153.26 | 0.64 | 0.28 |
| Hex | 1A | 76 | 4D | 4E | 0 | 23 | 36 | 99 | 40 | 1C |
| Octal | 32 | 166 | 115 | 116 | 0 | 43 | 66 | 231 | 100 | 34 |
| Binary | 11010 | 1110110 | 1001101 | 1001110 | 0 | 100011 | 110110 | 10011001 | 1000000 | 11100 |
Color Harmonies of #1A764D
Complementary color
Monochromatic Colors of #1A764D
Black with #1A764D
Text Example
Text Example
White with #1A764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A764D; }
p { color: rgb(26,118,77); }
H1.HeaderClassName
{
color: #1A764D;
}
.AnyTagClassName
{
color: #1A764D;
}
</style>
background-color css
<style>
a { background-color: #1A764D; }
a { background-color: rgb(26,118,77); }
div.DivClassName
{
background-color: #1A764D;
}
.BgClassName
{
background-color: #1A764D;
}
</style>
border-color css
<style>
span { border-color: #1A764D; }
span { border-color: rgb(26,118,77); }
td.TdClassName
{
border-color: #1A764D;
}
.TagClassName
{
border-color: #1A764D;
}
</style>