Shades of Salem #146F4F
Tints of Salem #146F4F
RGB
CMYK
RGB Variations
Color information
#146F4F (or 0x146F4F) is known color: Salem. HEX triplet: 14, 6F and 4F. RGB value is (20,111,79). Sum of RGB (Red+Green+Blue) = 20+111+79=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #146F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F4F is #EB90B0. Grayscale: #505050. Windows color (decimal): -15438001 or 5205780. OLE color: 5205780.
HSL color Cylindrical-coordinate representation of color #146F4F: hue angle of 158.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F4F is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 79 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.56 |
| HSL | 158.9º | 0.69% | 0.26% | - |
| HSV(B) | 158.9º | 0.82% | 0.44% | - |
| XYZ | 7.38 | 12.08 | 9.34 | - |
| YUV | 80.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 79 | 0.82 | 0 | 0.29 | 0.56 | 158.9 | 0.69 | 0.26 |
| Hex | 14 | 6F | 4F | 52 | 0 | 1D | 38 | 9F | 45 | 1A |
| Octal | 24 | 157 | 117 | 122 | 0 | 35 | 70 | 237 | 105 | 32 |
| Binary | 10100 | 1101111 | 1001111 | 1010010 | 0 | 11101 | 111000 | 10011111 | 1000101 | 11010 |
Color Harmonies of #146F4F
Complementary color
Monochromatic Colors of #146F4F
Black with #146F4F
Text Example
Text Example
White with #146F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F4F; }
p { color: rgb(20,111,79); }
H1.HeaderClassName
{
color: #146F4F;
}
.AnyTagClassName
{
color: #146F4F;
}
</style>
background-color css
<style>
a { background-color: #146F4F; }
a { background-color: rgb(20,111,79); }
div.DivClassName
{
background-color: #146F4F;
}
.BgClassName
{
background-color: #146F4F;
}
</style>
border-color css
<style>
span { border-color: #146F4F; }
span { border-color: rgb(20,111,79); }
td.TdClassName
{
border-color: #146F4F;
}
.TagClassName
{
border-color: #146F4F;
}
</style>