Shades of Salem #1A7652
Tints of Salem #1A7652
RGB
CMYK
RGB Variations
Color information
#1A7652 (or 0x1A7652) is known color: Salem. HEX triplet: 1A, 76 and 52. RGB value is (26,118,82). Sum of RGB (Red+Green+Blue) = 26+118+82=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7652 is #E589AD. Grayscale: #565656. Windows color (decimal): -15042990 or 5404186. OLE color: 5404186.
HSL color Cylindrical-coordinate representation of color #1A7652: hue angle of 156.52º 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 #1A7652 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 82 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.54 |
| HSL | 156.52º | 0.64% | 0.28% | - |
| HSV(B) | 156.52º | 0.78% | 0.46% | - |
| XYZ | 8.43 | 13.79 | 10.2 | - |
| YUV | 86.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 82 | 0.78 | 0 | 0.31 | 0.54 | 156.52 | 0.64 | 0.28 |
| Hex | 1A | 76 | 52 | 4E | 0 | 1F | 36 | 9D | 40 | 1C |
| Octal | 32 | 166 | 122 | 116 | 0 | 37 | 66 | 235 | 100 | 34 |
| Binary | 11010 | 1110110 | 1010010 | 1001110 | 0 | 11111 | 110110 | 10011101 | 1000000 | 11100 |
Color Harmonies of #1A7652
Complementary color
Monochromatic Colors of #1A7652
Black with #1A7652
Text Example
Text Example
White with #1A7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7652; }
p { color: rgb(26,118,82); }
H1.HeaderClassName
{
color: #1A7652;
}
.AnyTagClassName
{
color: #1A7652;
}
</style>
background-color css
<style>
a { background-color: #1A7652; }
a { background-color: rgb(26,118,82); }
div.DivClassName
{
background-color: #1A7652;
}
.BgClassName
{
background-color: #1A7652;
}
</style>
border-color css
<style>
span { border-color: #1A7652; }
span { border-color: rgb(26,118,82); }
td.TdClassName
{
border-color: #1A7652;
}
.TagClassName
{
border-color: #1A7652;
}
</style>