Shades of Salem #1F814C
Tints of Salem #1F814C
RGB
CMYK
RGB Variations
Color information
#1F814C (or 0x1F814C) is known color: Salem. HEX triplet: 1F, 81 and 4C. RGB value is (31,129,76). Sum of RGB (Red+Green+Blue) = 31+129+76=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #1F814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F814C is #E07EB3. Grayscale: #5D5D5D. Windows color (decimal): -14712500 or 5013791. OLE color: 5013791.
HSL color Cylindrical-coordinate representation of color #1F814C: hue angle of 147.55º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F814C is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 129 | 76 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.49 |
| HSL | 147.55º | 0.61% | 0.31% | - |
| HSV(B) | 147.55º | 0.76% | 0.51% | - |
| XYZ | 9.72 | 16.51 | 9.51 | - |
| YUV | 93.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 76 | 0.76 | 0 | 0.41 | 0.49 | 147.55 | 0.61 | 0.31 |
| Hex | 1F | 81 | 4C | 4C | 0 | 29 | 31 | 94 | 3D | 1F |
| Octal | 37 | 201 | 114 | 114 | 0 | 51 | 61 | 224 | 75 | 37 |
| Binary | 11111 | 10000001 | 1001100 | 1001100 | 0 | 101001 | 110001 | 10010100 | 111101 | 11111 |
Color Harmonies of #1F814C
Complementary color
Monochromatic Colors of #1F814C
Black with #1F814C
Text Example
Text Example
White with #1F814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F814C; }
p { color: rgb(31,129,76); }
H1.HeaderClassName
{
color: #1F814C;
}
.AnyTagClassName
{
color: #1F814C;
}
</style>
background-color css
<style>
a { background-color: #1F814C; }
a { background-color: rgb(31,129,76); }
div.DivClassName
{
background-color: #1F814C;
}
.BgClassName
{
background-color: #1F814C;
}
</style>
border-color css
<style>
span { border-color: #1F814C; }
span { border-color: rgb(31,129,76); }
td.TdClassName
{
border-color: #1F814C;
}
.TagClassName
{
border-color: #1F814C;
}
</style>