Shades of Salem #1F8051
Tints of Salem #1F8051
RGB
CMYK
RGB Variations
Color information
#1F8051 (or 0x1F8051) is known color: Salem. HEX triplet: 1F, 80 and 51. RGB value is (31,128,81). Sum of RGB (Red+Green+Blue) = 31+128+81=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8051 is #E07FAE. Grayscale: #5D5D5D. Windows color (decimal): -14712751 or 5341215. OLE color: 5341215.
HSL color Cylindrical-coordinate representation of color #1F8051: hue angle of 150.93º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8051 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 81 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.50 |
| HSL | 150.93º | 0.61% | 0.31% | - |
| HSV(B) | 150.93º | 0.76% | 0.5% | - |
| XYZ | 9.77 | 16.32 | 10.42 | - |
| YUV | 93.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 81 | 0.76 | 0 | 0.37 | 0.50 | 150.93 | 0.61 | 0.31 |
| Hex | 1F | 80 | 51 | 4C | 0 | 25 | 32 | 97 | 3D | 1F |
| Octal | 37 | 200 | 121 | 114 | 0 | 45 | 62 | 227 | 75 | 37 |
| Binary | 11111 | 10000000 | 1010001 | 1001100 | 0 | 100101 | 110010 | 10010111 | 111101 | 11111 |
Color Harmonies of #1F8051
Complementary color
Monochromatic Colors of #1F8051
Black with #1F8051
Text Example
Text Example
White with #1F8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8051; }
p { color: rgb(31,128,81); }
H1.HeaderClassName
{
color: #1F8051;
}
.AnyTagClassName
{
color: #1F8051;
}
</style>
background-color css
<style>
a { background-color: #1F8051; }
a { background-color: rgb(31,128,81); }
div.DivClassName
{
background-color: #1F8051;
}
.BgClassName
{
background-color: #1F8051;
}
</style>
border-color css
<style>
span { border-color: #1F8051; }
span { border-color: rgb(31,128,81); }
td.TdClassName
{
border-color: #1F8051;
}
.TagClassName
{
border-color: #1F8051;
}
</style>