Shades of Salem #1F8052
Tints of Salem #1F8052
RGB
CMYK
RGB Variations
Color information
#1F8052 (or 0x1F8052) is known color: Salem. HEX triplet: 1F, 80 and 52. RGB value is (31,128,82). Sum of RGB (Red+Green+Blue) = 31+128+82=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8052 is #E07FAD. Grayscale: #5D5D5D. Windows color (decimal): -14712750 or 5406751. OLE color: 5406751.
HSL color Cylindrical-coordinate representation of color #1F8052: hue angle of 151.55º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8052 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 82 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.50 |
| HSL | 151.55º | 0.61% | 0.31% | - |
| HSV(B) | 151.55º | 0.76% | 0.5% | - |
| XYZ | 9.81 | 16.34 | 10.62 | - |
| YUV | 93.75 | 121.36 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 82 | 0.76 | 0 | 0.36 | 0.50 | 151.55 | 0.61 | 0.31 |
| Hex | 1F | 80 | 52 | 4C | 0 | 24 | 32 | 98 | 3D | 1F |
| Octal | 37 | 200 | 122 | 114 | 0 | 44 | 62 | 230 | 75 | 37 |
| Binary | 11111 | 10000000 | 1010010 | 1001100 | 0 | 100100 | 110010 | 10011000 | 111101 | 11111 |
Color Harmonies of #1F8052
Complementary color
Monochromatic Colors of #1F8052
Black with #1F8052
Text Example
Text Example
White with #1F8052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8052; }
p { color: rgb(31,128,82); }
H1.HeaderClassName
{
color: #1F8052;
}
.AnyTagClassName
{
color: #1F8052;
}
</style>
background-color css
<style>
a { background-color: #1F8052; }
a { background-color: rgb(31,128,82); }
div.DivClassName
{
background-color: #1F8052;
}
.BgClassName
{
background-color: #1F8052;
}
</style>
border-color css
<style>
span { border-color: #1F8052; }
span { border-color: rgb(31,128,82); }
td.TdClassName
{
border-color: #1F8052;
}
.TagClassName
{
border-color: #1F8052;
}
</style>