Shades of Salem #1A883F
Tints of Salem #1A883F
RGB
CMYK
RGB Variations
Color information
#1A883F (or 0x1A883F) is known color: Salem. HEX triplet: 1A, 88 and 3F. RGB value is (26,136,63). Sum of RGB (Red+Green+Blue) = 26+136+63=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #1A883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A883F is #E577C0. Grayscale: #5E5E5E. Windows color (decimal): -15038401 or 4163610. OLE color: 4163610.
HSL color Cylindrical-coordinate representation of color #1A883F: hue angle of 140.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A883F is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 136 | 63 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.47 |
| HSL | 140.18º | 0.68% | 0.32% | - |
| HSV(B) | 140.18º | 0.81% | 0.53% | - |
| XYZ | 10.13 | 18.19 | 7.68 | - |
| YUV | 94.79 | 110.06 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 63 | 0.81 | 0 | 0.54 | 0.47 | 140.18 | 0.68 | 0.32 |
| Hex | 1A | 88 | 3F | 51 | 0 | 36 | 2F | 8C | 44 | 20 |
| Octal | 32 | 210 | 77 | 121 | 0 | 66 | 57 | 214 | 104 | 40 |
| Binary | 11010 | 10001000 | 111111 | 1010001 | 0 | 110110 | 101111 | 10001100 | 1000100 | 100000 |
Color Harmonies of #1A883F
Complementary color
Monochromatic Colors of #1A883F
Black with #1A883F
Text Example
Text Example
White with #1A883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A883F; }
p { color: rgb(26,136,63); }
H1.HeaderClassName
{
color: #1A883F;
}
.AnyTagClassName
{
color: #1A883F;
}
</style>
background-color css
<style>
a { background-color: #1A883F; }
a { background-color: rgb(26,136,63); }
div.DivClassName
{
background-color: #1A883F;
}
.BgClassName
{
background-color: #1A883F;
}
</style>
border-color css
<style>
span { border-color: #1A883F; }
span { border-color: rgb(26,136,63); }
td.TdClassName
{
border-color: #1A883F;
}
.TagClassName
{
border-color: #1A883F;
}
</style>