Shades of Salem #1F734E
Tints of Salem #1F734E
RGB
CMYK
RGB Variations
Color information
#1F734E (or 0x1F734E) is known color: Salem. HEX triplet: 1F, 73 and 4E. RGB value is (31,115,78). Sum of RGB (Red+Green+Blue) = 31+115+78=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #1F734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F734E is #E08CB1. Grayscale: #555555. Windows color (decimal): -14716082 or 5141279. OLE color: 5141279.
HSL color Cylindrical-coordinate representation of color #1F734E: hue angle of 153.57º 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 #1F734E is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 78 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.55 |
| HSL | 153.57º | 0.58% | 0.29% | - |
| HSV(B) | 153.57º | 0.73% | 0.45% | - |
| XYZ | 8.07 | 13.1 | 9.31 | - |
| YUV | 85.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 78 | 0.73 | 0 | 0.32 | 0.55 | 153.57 | 0.58 | 0.29 |
| Hex | 1F | 73 | 4E | 49 | 0 | 20 | 37 | 9A | 3A | 1D |
| Octal | 37 | 163 | 116 | 111 | 0 | 40 | 67 | 232 | 72 | 35 |
| Binary | 11111 | 1110011 | 1001110 | 1001001 | 0 | 100000 | 110111 | 10011010 | 111010 | 11101 |
Color Harmonies of #1F734E
Complementary color
Monochromatic Colors of #1F734E
Black with #1F734E
Text Example
Text Example
White with #1F734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F734E; }
p { color: rgb(31,115,78); }
H1.HeaderClassName
{
color: #1F734E;
}
.AnyTagClassName
{
color: #1F734E;
}
</style>
background-color css
<style>
a { background-color: #1F734E; }
a { background-color: rgb(31,115,78); }
div.DivClassName
{
background-color: #1F734E;
}
.BgClassName
{
background-color: #1F734E;
}
</style>
border-color css
<style>
span { border-color: #1F734E; }
span { border-color: rgb(31,115,78); }
td.TdClassName
{
border-color: #1F734E;
}
.TagClassName
{
border-color: #1F734E;
}
</style>