Shades of Salem #1F7C53
Tints of Salem #1F7C53
RGB
CMYK
RGB Variations
Color information
#1F7C53 (or 0x1F7C53) is known color: Salem. HEX triplet: 1F, 7C and 53. RGB value is (31,124,83). Sum of RGB (Red+Green+Blue) = 31+124+83=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7C53 is #E083AC. Grayscale: #5B5B5B. Windows color (decimal): -14713773 or 5471263. OLE color: 5471263.
HSL color Cylindrical-coordinate representation of color #1F7C53: hue angle of 153.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C53 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 124 | 83 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.51 |
| HSL | 153.55º | 0.6% | 0.3% | - |
| HSV(B) | 153.55º | 0.75% | 0.49% | - |
| XYZ | 9.33 | 15.33 | 10.65 | - |
| YUV | 91.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 83 | 0.75 | 0 | 0.33 | 0.51 | 153.55 | 0.6 | 0.3 |
| Hex | 1F | 7C | 53 | 4B | 0 | 21 | 33 | 9A | 3C | 1E |
| Octal | 37 | 174 | 123 | 113 | 0 | 41 | 63 | 232 | 74 | 36 |
| Binary | 11111 | 1111100 | 1010011 | 1001011 | 0 | 100001 | 110011 | 10011010 | 111100 | 11110 |
Color Harmonies of #1F7C53
Complementary color
Monochromatic Colors of #1F7C53
Black with #1F7C53
Text Example
Text Example
White with #1F7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7C53; }
p { color: rgb(31,124,83); }
H1.HeaderClassName
{
color: #1F7C53;
}
.AnyTagClassName
{
color: #1F7C53;
}
</style>
background-color css
<style>
a { background-color: #1F7C53; }
a { background-color: rgb(31,124,83); }
div.DivClassName
{
background-color: #1F7C53;
}
.BgClassName
{
background-color: #1F7C53;
}
</style>
border-color css
<style>
span { border-color: #1F7C53; }
span { border-color: rgb(31,124,83); }
td.TdClassName
{
border-color: #1F7C53;
}
.TagClassName
{
border-color: #1F7C53;
}
</style>