Shades of Salem #1F8540
Tints of Salem #1F8540
RGB
CMYK
RGB Variations
Color information
#1F8540 (or 0x1F8540) is known color: Salem. HEX triplet: 1F, 85 and 40. RGB value is (31,133,64). Sum of RGB (Red+Green+Blue) = 31+133+64=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8540 is #E07ABF. Grayscale: #5E5E5E. Windows color (decimal): -14711488 or 4228383. OLE color: 4228383.
HSL color Cylindrical-coordinate representation of color #1F8540: hue angle of 139.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8540 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 64 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.48 |
| HSL | 139.41º | 0.62% | 0.32% | - |
| HSV(B) | 139.41º | 0.77% | 0.52% | - |
| XYZ | 9.88 | 17.44 | 7.7 | - |
| YUV | 94.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 64 | 0.77 | 0 | 0.52 | 0.48 | 139.41 | 0.62 | 0.32 |
| Hex | 1F | 85 | 40 | 4D | 0 | 34 | 30 | 8B | 3E | 20 |
| Octal | 37 | 205 | 100 | 115 | 0 | 64 | 60 | 213 | 76 | 40 |
| Binary | 11111 | 10000101 | 1000000 | 1001101 | 0 | 110100 | 110000 | 10001011 | 111110 | 100000 |
Color Harmonies of #1F8540
Complementary color
Monochromatic Colors of #1F8540
Black with #1F8540
Text Example
Text Example
White with #1F8540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8540; }
p { color: rgb(31,133,64); }
H1.HeaderClassName
{
color: #1F8540;
}
.AnyTagClassName
{
color: #1F8540;
}
</style>
background-color css
<style>
a { background-color: #1F8540; }
a { background-color: rgb(31,133,64); }
div.DivClassName
{
background-color: #1F8540;
}
.BgClassName
{
background-color: #1F8540;
}
</style>
border-color css
<style>
span { border-color: #1F8540; }
span { border-color: rgb(31,133,64); }
td.TdClassName
{
border-color: #1F8540;
}
.TagClassName
{
border-color: #1F8540;
}
</style>