Shades of Salem #1F7253
Tints of Salem #1F7253
RGB
CMYK
RGB Variations
Color information
#1F7253 (or 0x1F7253) is known color: Salem. HEX triplet: 1F, 72 and 53. RGB value is (31,114,83). Sum of RGB (Red+Green+Blue) = 31+114+83=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7253 is #E08DAC. Grayscale: #555555. Windows color (decimal): -14716333 or 5468703. OLE color: 5468703.
HSL color Cylindrical-coordinate representation of color #1F7253: hue angle of 157.59º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7253 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 83 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.55 |
| HSL | 157.59º | 0.57% | 0.28% | - |
| HSV(B) | 157.59º | 0.73% | 0.45% | - |
| XYZ | 8.14 | 12.95 | 10.25 | - |
| YUV | 85.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 83 | 0.73 | 0 | 0.27 | 0.55 | 157.59 | 0.57 | 0.28 |
| Hex | 1F | 72 | 53 | 49 | 0 | 1B | 37 | 9E | 39 | 1C |
| Octal | 37 | 162 | 123 | 111 | 0 | 33 | 67 | 236 | 71 | 34 |
| Binary | 11111 | 1110010 | 1010011 | 1001001 | 0 | 11011 | 110111 | 10011110 | 111001 | 11100 |
Color Harmonies of #1F7253
Complementary color
Monochromatic Colors of #1F7253
Black with #1F7253
Text Example
Text Example
White with #1F7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7253; }
p { color: rgb(31,114,83); }
H1.HeaderClassName
{
color: #1F7253;
}
.AnyTagClassName
{
color: #1F7253;
}
</style>
background-color css
<style>
a { background-color: #1F7253; }
a { background-color: rgb(31,114,83); }
div.DivClassName
{
background-color: #1F7253;
}
.BgClassName
{
background-color: #1F7253;
}
</style>
border-color css
<style>
span { border-color: #1F7253; }
span { border-color: rgb(31,114,83); }
td.TdClassName
{
border-color: #1F7253;
}
.TagClassName
{
border-color: #1F7253;
}
</style>