Shades of Salem #1F734D
Tints of Salem #1F734D
RGB
CMYK
RGB Variations
Color information
#1F734D (or 0x1F734D) is known color: Salem. HEX triplet: 1F, 73 and 4D. RGB value is (31,115,77). Sum of RGB (Red+Green+Blue) = 31+115+77=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #1F734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F734D is #E08CB2. Grayscale: #555555. Windows color (decimal): -14716083 or 5075743. OLE color: 5075743.
HSL color Cylindrical-coordinate representation of color #1F734D: hue angle of 152.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F734D is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 77 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.55 |
| HSL | 152.86º | 0.58% | 0.29% | - |
| HSV(B) | 152.86º | 0.73% | 0.45% | - |
| XYZ | 8.04 | 13.09 | 9.12 | - |
| YUV | 85.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 77 | 0.73 | 0 | 0.33 | 0.55 | 152.86 | 0.58 | 0.29 |
| Hex | 1F | 73 | 4D | 49 | 0 | 21 | 37 | 99 | 3A | 1D |
| Octal | 37 | 163 | 115 | 111 | 0 | 41 | 67 | 231 | 72 | 35 |
| Binary | 11111 | 1110011 | 1001101 | 1001001 | 0 | 100001 | 110111 | 10011001 | 111010 | 11101 |
Color Harmonies of #1F734D
Complementary color
Monochromatic Colors of #1F734D
Black with #1F734D
Text Example
Text Example
White with #1F734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F734D; }
p { color: rgb(31,115,77); }
H1.HeaderClassName
{
color: #1F734D;
}
.AnyTagClassName
{
color: #1F734D;
}
</style>
background-color css
<style>
a { background-color: #1F734D; }
a { background-color: rgb(31,115,77); }
div.DivClassName
{
background-color: #1F734D;
}
.BgClassName
{
background-color: #1F734D;
}
</style>
border-color css
<style>
span { border-color: #1F734D; }
span { border-color: rgb(31,115,77); }
td.TdClassName
{
border-color: #1F734D;
}
.TagClassName
{
border-color: #1F734D;
}
</style>