Shades of Salem #1A8653
Tints of Salem #1A8653
RGB
CMYK
RGB Variations
Color information
#1A8653 (or 0x1A8653) is known color: Salem. HEX triplet: 1A, 86 and 53. RGB value is (26,134,83). Sum of RGB (Red+Green+Blue) = 26+134+83=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8653 is #E579AC. Grayscale: #5F5F5F. Windows color (decimal): -15038893 or 5473818. OLE color: 5473818.
HSL color Cylindrical-coordinate representation of color #1A8653: hue angle of 151.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8653 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 83 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.47 |
| HSL | 151.67º | 0.68% | 0.31% | - |
| HSV(B) | 151.67º | 0.81% | 0.53% | - |
| XYZ | 10.51 | 17.89 | 11.08 | - |
| YUV | 95.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 83 | 0.81 | 0 | 0.38 | 0.47 | 151.67 | 0.68 | 0.31 |
| Hex | 1A | 86 | 53 | 51 | 0 | 26 | 2F | 98 | 44 | 1F |
| Octal | 32 | 206 | 123 | 121 | 0 | 46 | 57 | 230 | 104 | 37 |
| Binary | 11010 | 10000110 | 1010011 | 1010001 | 0 | 100110 | 101111 | 10011000 | 1000100 | 11111 |
Color Harmonies of #1A8653
Complementary color
Monochromatic Colors of #1A8653
Black with #1A8653
Text Example
Text Example
White with #1A8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8653; }
p { color: rgb(26,134,83); }
H1.HeaderClassName
{
color: #1A8653;
}
.AnyTagClassName
{
color: #1A8653;
}
</style>
background-color css
<style>
a { background-color: #1A8653; }
a { background-color: rgb(26,134,83); }
div.DivClassName
{
background-color: #1A8653;
}
.BgClassName
{
background-color: #1A8653;
}
</style>
border-color css
<style>
span { border-color: #1A8653; }
span { border-color: rgb(26,134,83); }
td.TdClassName
{
border-color: #1A8653;
}
.TagClassName
{
border-color: #1A8653;
}
</style>