Shades of Salem #1F8640
Tints of Salem #1F8640
RGB
CMYK
RGB Variations
Color information
#1F8640 (or 0x1F8640) is known color: Salem. HEX triplet: 1F, 86 and 40. RGB value is (31,134,64). Sum of RGB (Red+Green+Blue) = 31+134+64=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8640 is #E079BF. Grayscale: #5F5F5F. Windows color (decimal): -14711232 or 4228639. OLE color: 4228639.
HSL color Cylindrical-coordinate representation of color #1F8640: hue angle of 139.22º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8640 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 64 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.47 |
| HSL | 139.22º | 0.62% | 0.32% | - |
| HSV(B) | 139.22º | 0.77% | 0.53% | - |
| XYZ | 10.02 | 17.71 | 7.74 | - |
| YUV | 95.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 64 | 0.77 | 0 | 0.52 | 0.47 | 139.22 | 0.62 | 0.32 |
| Hex | 1F | 86 | 40 | 4D | 0 | 34 | 2F | 8B | 3E | 20 |
| Octal | 37 | 206 | 100 | 115 | 0 | 64 | 57 | 213 | 76 | 40 |
| Binary | 11111 | 10000110 | 1000000 | 1001101 | 0 | 110100 | 101111 | 10001011 | 111110 | 100000 |
Color Harmonies of #1F8640
Complementary color
Monochromatic Colors of #1F8640
Black with #1F8640
Text Example
Text Example
White with #1F8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8640; }
p { color: rgb(31,134,64); }
H1.HeaderClassName
{
color: #1F8640;
}
.AnyTagClassName
{
color: #1F8640;
}
</style>
background-color css
<style>
a { background-color: #1F8640; }
a { background-color: rgb(31,134,64); }
div.DivClassName
{
background-color: #1F8640;
}
.BgClassName
{
background-color: #1F8640;
}
</style>
border-color css
<style>
span { border-color: #1F8640; }
span { border-color: rgb(31,134,64); }
td.TdClassName
{
border-color: #1F8640;
}
.TagClassName
{
border-color: #1F8640;
}
</style>