Shades of Salem #1F7753
Tints of Salem #1F7753
RGB
CMYK
RGB Variations
Color information
#1F7753 (or 0x1F7753) is known color: Salem. HEX triplet: 1F, 77 and 53. RGB value is (31,119,83). Sum of RGB (Red+Green+Blue) = 31+119+83=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7753 is #E088AC. Grayscale: #585858. Windows color (decimal): -14715053 or 5469983. OLE color: 5469983.
HSL color Cylindrical-coordinate representation of color #1F7753: hue angle of 155.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7753 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 83 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.53 |
| HSL | 155.45º | 0.59% | 0.29% | - |
| HSV(B) | 155.45º | 0.74% | 0.47% | - |
| XYZ | 8.72 | 14.11 | 10.45 | - |
| YUV | 88.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 83 | 0.74 | 0 | 0.30 | 0.53 | 155.45 | 0.59 | 0.29 |
| Hex | 1F | 77 | 53 | 4A | 0 | 1E | 35 | 9B | 3B | 1D |
| Octal | 37 | 167 | 123 | 112 | 0 | 36 | 65 | 233 | 73 | 35 |
| Binary | 11111 | 1110111 | 1010011 | 1001010 | 0 | 11110 | 110101 | 10011011 | 111011 | 11101 |
Color Harmonies of #1F7753
Complementary color
Monochromatic Colors of #1F7753
Black with #1F7753
Text Example
Text Example
White with #1F7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7753; }
p { color: rgb(31,119,83); }
H1.HeaderClassName
{
color: #1F7753;
}
.AnyTagClassName
{
color: #1F7753;
}
</style>
background-color css
<style>
a { background-color: #1F7753; }
a { background-color: rgb(31,119,83); }
div.DivClassName
{
background-color: #1F7753;
}
.BgClassName
{
background-color: #1F7753;
}
</style>
border-color css
<style>
span { border-color: #1F7753; }
span { border-color: rgb(31,119,83); }
td.TdClassName
{
border-color: #1F7753;
}
.TagClassName
{
border-color: #1F7753;
}
</style>