Shades of Salem #21814D
Tints of Salem #21814D
RGB
CMYK
RGB Variations
Color information
#21814D (or 0x21814D) is known color: Salem. HEX triplet: 21, 81 and 4D. RGB value is (33,129,77). Sum of RGB (Red+Green+Blue) = 33+129+77=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #21814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21814D is #DE7EB2. Grayscale: #5E5E5E. Windows color (decimal): -14581427 or 5079329. OLE color: 5079329.
HSL color Cylindrical-coordinate representation of color #21814D: hue angle of 147.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21814D is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 77 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.49 |
| HSL | 147.5º | 0.59% | 0.32% | - |
| HSV(B) | 147.5º | 0.74% | 0.51% | - |
| XYZ | 9.82 | 16.56 | 9.7 | - |
| YUV | 94.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 77 | 0.74 | 0 | 0.40 | 0.49 | 147.5 | 0.59 | 0.32 |
| Hex | 21 | 81 | 4D | 4A | 0 | 28 | 31 | 94 | 3B | 20 |
| Octal | 41 | 201 | 115 | 112 | 0 | 50 | 61 | 224 | 73 | 40 |
| Binary | 100001 | 10000001 | 1001101 | 1001010 | 0 | 101000 | 110001 | 10010100 | 111011 | 100000 |
Color Harmonies of #21814D
Complementary color
Monochromatic Colors of #21814D
Black with #21814D
Text Example
Text Example
White with #21814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21814D; }
p { color: rgb(33,129,77); }
H1.HeaderClassName
{
color: #21814D;
}
.AnyTagClassName
{
color: #21814D;
}
</style>
background-color css
<style>
a { background-color: #21814D; }
a { background-color: rgb(33,129,77); }
div.DivClassName
{
background-color: #21814D;
}
.BgClassName
{
background-color: #21814D;
}
</style>
border-color css
<style>
span { border-color: #21814D; }
span { border-color: rgb(33,129,77); }
td.TdClassName
{
border-color: #21814D;
}
.TagClassName
{
border-color: #21814D;
}
</style>