Shades of Salem #1A8348
Tints of Salem #1A8348
RGB
CMYK
RGB Variations
Color information
#1A8348 (or 0x1A8348) is known color: Salem. HEX triplet: 1A, 83 and 48. RGB value is (26,131,72). Sum of RGB (Red+Green+Blue) = 26+131+72=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #1A8348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8348 is #E57CB7. Grayscale: #5D5D5D. Windows color (decimal): -15039672 or 4752154. OLE color: 4752154.
HSL color Cylindrical-coordinate representation of color #1A8348: hue angle of 146.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8348 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 131 | 72 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.49 |
| HSL | 146.29º | 0.67% | 0.31% | - |
| HSV(B) | 146.29º | 0.8% | 0.51% | - |
| XYZ | 9.71 | 16.92 | 8.88 | - |
| YUV | 92.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 72 | 0.80 | 0 | 0.45 | 0.49 | 146.29 | 0.67 | 0.31 |
| Hex | 1A | 83 | 48 | 50 | 0 | 2D | 31 | 92 | 43 | 1F |
| Octal | 32 | 203 | 110 | 120 | 0 | 55 | 61 | 222 | 103 | 37 |
| Binary | 11010 | 10000011 | 1001000 | 1010000 | 0 | 101101 | 110001 | 10010010 | 1000011 | 11111 |
Color Harmonies of #1A8348
Complementary color
Monochromatic Colors of #1A8348
Black with #1A8348
Text Example
Text Example
White with #1A8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8348; }
p { color: rgb(26,131,72); }
H1.HeaderClassName
{
color: #1A8348;
}
.AnyTagClassName
{
color: #1A8348;
}
</style>
background-color css
<style>
a { background-color: #1A8348; }
a { background-color: rgb(26,131,72); }
div.DivClassName
{
background-color: #1A8348;
}
.BgClassName
{
background-color: #1A8348;
}
</style>
border-color css
<style>
span { border-color: #1A8348; }
span { border-color: rgb(26,131,72); }
td.TdClassName
{
border-color: #1A8348;
}
.TagClassName
{
border-color: #1A8348;
}
</style>