Shades of Salem #14814C
Tints of Salem #14814C
RGB
CMYK
RGB Variations
Color information
#14814C (or 0x14814C) is known color: Salem. HEX triplet: 14, 81 and 4C. RGB value is (20,129,76). Sum of RGB (Red+Green+Blue) = 20+129+76=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #14814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14814C is #EB7EB3. Grayscale: #5A5A5A. Windows color (decimal): -15433396 or 5013780. OLE color: 5013780.
HSL color Cylindrical-coordinate representation of color #14814C: hue angle of 150.83º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14814C is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 76 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.49 |
| HSL | 150.83º | 0.73% | 0.29% | - |
| HSV(B) | 150.83º | 0.84% | 0.51% | - |
| XYZ | 9.44 | 16.37 | 9.5 | - |
| YUV | 90.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 76 | 0.84 | 0 | 0.41 | 0.49 | 150.83 | 0.73 | 0.29 |
| Hex | 14 | 81 | 4C | 54 | 0 | 29 | 31 | 97 | 49 | 1D |
| Octal | 24 | 201 | 114 | 124 | 0 | 51 | 61 | 227 | 111 | 35 |
| Binary | 10100 | 10000001 | 1001100 | 1010100 | 0 | 101001 | 110001 | 10010111 | 1001001 | 11101 |
Color Harmonies of #14814C
Complementary color
Monochromatic Colors of #14814C
Black with #14814C
Text Example
Text Example
White with #14814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14814C; }
p { color: rgb(20,129,76); }
H1.HeaderClassName
{
color: #14814C;
}
.AnyTagClassName
{
color: #14814C;
}
</style>
background-color css
<style>
a { background-color: #14814C; }
a { background-color: rgb(20,129,76); }
div.DivClassName
{
background-color: #14814C;
}
.BgClassName
{
background-color: #14814C;
}
</style>
border-color css
<style>
span { border-color: #14814C; }
span { border-color: rgb(20,129,76); }
td.TdClassName
{
border-color: #14814C;
}
.TagClassName
{
border-color: #14814C;
}
</style>