Shades of Salem #1A754C
Tints of Salem #1A754C
RGB
CMYK
RGB Variations
Color information
#1A754C (or 0x1A754C) is known color: Salem. HEX triplet: 1A, 75 and 4C. RGB value is (26,117,76). Sum of RGB (Red+Green+Blue) = 26+117+76=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #1A754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A754C is #E58AB3. Grayscale: #555555. Windows color (decimal): -15043252 or 5010714. OLE color: 5010714.
HSL color Cylindrical-coordinate representation of color #1A754C: hue angle of 152.97º 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 #1A754C is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 76 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.54 |
| HSL | 152.97º | 0.64% | 0.28% | - |
| HSV(B) | 152.97º | 0.78% | 0.46% | - |
| XYZ | 8.09 | 13.46 | 9.01 | - |
| YUV | 85.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 76 | 0.78 | 0 | 0.35 | 0.54 | 152.97 | 0.64 | 0.28 |
| Hex | 1A | 75 | 4C | 4E | 0 | 23 | 36 | 99 | 40 | 1C |
| Octal | 32 | 165 | 114 | 116 | 0 | 43 | 66 | 231 | 100 | 34 |
| Binary | 11010 | 1110101 | 1001100 | 1001110 | 0 | 100011 | 110110 | 10011001 | 1000000 | 11100 |
Color Harmonies of #1A754C
Complementary color
Monochromatic Colors of #1A754C
Black with #1A754C
Text Example
Text Example
White with #1A754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A754C; }
p { color: rgb(26,117,76); }
H1.HeaderClassName
{
color: #1A754C;
}
.AnyTagClassName
{
color: #1A754C;
}
</style>
background-color css
<style>
a { background-color: #1A754C; }
a { background-color: rgb(26,117,76); }
div.DivClassName
{
background-color: #1A754C;
}
.BgClassName
{
background-color: #1A754C;
}
</style>
border-color css
<style>
span { border-color: #1A754C; }
span { border-color: rgb(26,117,76); }
td.TdClassName
{
border-color: #1A754C;
}
.TagClassName
{
border-color: #1A754C;
}
</style>