Shades of Salem #1F8559
Tints of Salem #1F8559
RGB
CMYK
RGB Variations
Color information
#1F8559 (or 0x1F8559) is known color: Salem. HEX triplet: 1F, 85 and 59. RGB value is (31,133,89). Sum of RGB (Red+Green+Blue) = 31+133+89=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8559 is #E07AA6. Grayscale: #616161. Windows color (decimal): -14711463 or 5866783. OLE color: 5866783.
HSL color Cylindrical-coordinate representation of color #1F8559: hue angle of 154.12º 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 #1F8559 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 133 | 89 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.48 |
| HSL | 154.12º | 0.62% | 0.32% | - |
| HSV(B) | 154.12º | 0.77% | 0.52% | - |
| XYZ | 10.76 | 17.79 | 12.32 | - |
| YUV | 97.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 89 | 0.77 | 0 | 0.33 | 0.48 | 154.12 | 0.62 | 0.32 |
| Hex | 1F | 85 | 59 | 4D | 0 | 21 | 30 | 9A | 3E | 20 |
| Octal | 37 | 205 | 131 | 115 | 0 | 41 | 60 | 232 | 76 | 40 |
| Binary | 11111 | 10000101 | 1011001 | 1001101 | 0 | 100001 | 110000 | 10011010 | 111110 | 100000 |
Color Harmonies of #1F8559
Complementary color
Monochromatic Colors of #1F8559
Black with #1F8559
Text Example
Text Example
White with #1F8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8559; }
p { color: rgb(31,133,89); }
H1.HeaderClassName
{
color: #1F8559;
}
.AnyTagClassName
{
color: #1F8559;
}
</style>
background-color css
<style>
a { background-color: #1F8559; }
a { background-color: rgb(31,133,89); }
div.DivClassName
{
background-color: #1F8559;
}
.BgClassName
{
background-color: #1F8559;
}
</style>
border-color css
<style>
span { border-color: #1F8559; }
span { border-color: rgb(31,133,89); }
td.TdClassName
{
border-color: #1F8559;
}
.TagClassName
{
border-color: #1F8559;
}
</style>