Shades of Salem #1F6F52
Tints of Salem #1F6F52
RGB
CMYK
RGB Variations
Color information
#1F6F52 (or 0x1F6F52) is known color: Salem. HEX triplet: 1F, 6F and 52. RGB value is (31,111,82). Sum of RGB (Red+Green+Blue) = 31+111+82=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F52 is #E090AD. Grayscale: #535353. Windows color (decimal): -14717102 or 5402399. OLE color: 5402399.
HSL color Cylindrical-coordinate representation of color #1F6F52: hue angle of 158.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F52 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 82 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.56 |
| HSL | 158.25º | 0.56% | 0.28% | - |
| HSV(B) | 158.25º | 0.72% | 0.44% | - |
| XYZ | 7.77 | 12.27 | 9.94 | - |
| YUV | 83.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 82 | 0.72 | 0 | 0.26 | 0.56 | 158.25 | 0.56 | 0.28 |
| Hex | 1F | 6F | 52 | 48 | 0 | 1A | 38 | 9E | 38 | 1C |
| Octal | 37 | 157 | 122 | 110 | 0 | 32 | 70 | 236 | 70 | 34 |
| Binary | 11111 | 1101111 | 1010010 | 1001000 | 0 | 11010 | 111000 | 10011110 | 111000 | 11100 |
Color Harmonies of #1F6F52
Complementary color
Monochromatic Colors of #1F6F52
Black with #1F6F52
Text Example
Text Example
White with #1F6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F52; }
p { color: rgb(31,111,82); }
H1.HeaderClassName
{
color: #1F6F52;
}
.AnyTagClassName
{
color: #1F6F52;
}
</style>
background-color css
<style>
a { background-color: #1F6F52; }
a { background-color: rgb(31,111,82); }
div.DivClassName
{
background-color: #1F6F52;
}
.BgClassName
{
background-color: #1F6F52;
}
</style>
border-color css
<style>
span { border-color: #1F6F52; }
span { border-color: rgb(31,111,82); }
td.TdClassName
{
border-color: #1F6F52;
}
.TagClassName
{
border-color: #1F6F52;
}
</style>