Shades of Salem #1F7D55
Tints of Salem #1F7D55
RGB
CMYK
RGB Variations
Color information
#1F7D55 (or 0x1F7D55) is known color: Salem. HEX triplet: 1F, 7D and 55. RGB value is (31,125,85). Sum of RGB (Red+Green+Blue) = 31+125+85=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D55 is #E082AA. Grayscale: #5C5C5C. Windows color (decimal): -14713515 or 5602591. OLE color: 5602591.
HSL color Cylindrical-coordinate representation of color #1F7D55: hue angle of 154.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D55 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 85 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.51 |
| HSL | 154.47º | 0.6% | 0.31% | - |
| HSV(B) | 154.47º | 0.75% | 0.49% | - |
| XYZ | 9.54 | 15.61 | 11.11 | - |
| YUV | 92.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 85 | 0.75 | 0 | 0.32 | 0.51 | 154.47 | 0.6 | 0.31 |
| Hex | 1F | 7D | 55 | 4B | 0 | 20 | 33 | 9A | 3C | 1F |
| Octal | 37 | 175 | 125 | 113 | 0 | 40 | 63 | 232 | 74 | 37 |
| Binary | 11111 | 1111101 | 1010101 | 1001011 | 0 | 100000 | 110011 | 10011010 | 111100 | 11111 |
Color Harmonies of #1F7D55
Complementary color
Monochromatic Colors of #1F7D55
Black with #1F7D55
Text Example
Text Example
White with #1F7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D55; }
p { color: rgb(31,125,85); }
H1.HeaderClassName
{
color: #1F7D55;
}
.AnyTagClassName
{
color: #1F7D55;
}
</style>
background-color css
<style>
a { background-color: #1F7D55; }
a { background-color: rgb(31,125,85); }
div.DivClassName
{
background-color: #1F7D55;
}
.BgClassName
{
background-color: #1F7D55;
}
</style>
border-color css
<style>
span { border-color: #1F7D55; }
span { border-color: rgb(31,125,85); }
td.TdClassName
{
border-color: #1F7D55;
}
.TagClassName
{
border-color: #1F7D55;
}
</style>