Shades of Salem #21814E
Tints of Salem #21814E
RGB
CMYK
RGB Variations
Color information
#21814E (or 0x21814E) is known color: Salem. HEX triplet: 21, 81 and 4E. RGB value is (33,129,78). Sum of RGB (Red+Green+Blue) = 33+129+78=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #21814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21814E is #DE7EB1. Grayscale: #5E5E5E. Windows color (decimal): -14581426 or 5144865. OLE color: 5144865.
HSL color Cylindrical-coordinate representation of color #21814E: hue angle of 148.12º 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 #21814E is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 78 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.49 |
| HSL | 148.13º | 0.59% | 0.32% | - |
| HSV(B) | 148.13º | 0.74% | 0.51% | - |
| XYZ | 9.85 | 16.57 | 9.89 | - |
| YUV | 94.48 | 118.7 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 78 | 0.74 | 0 | 0.40 | 0.49 | 148.13 | 0.59 | 0.32 |
| Hex | 21 | 81 | 4E | 4A | 0 | 28 | 31 | 94 | 3B | 20 |
| Octal | 41 | 201 | 116 | 112 | 0 | 50 | 61 | 224 | 73 | 40 |
| Binary | 100001 | 10000001 | 1001110 | 1001010 | 0 | 101000 | 110001 | 10010100 | 111011 | 100000 |
Color Harmonies of #21814E
Complementary color
Monochromatic Colors of #21814E
Black with #21814E
Text Example
Text Example
White with #21814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21814E; }
p { color: rgb(33,129,78); }
H1.HeaderClassName
{
color: #21814E;
}
.AnyTagClassName
{
color: #21814E;
}
</style>
background-color css
<style>
a { background-color: #21814E; }
a { background-color: rgb(33,129,78); }
div.DivClassName
{
background-color: #21814E;
}
.BgClassName
{
background-color: #21814E;
}
</style>
border-color css
<style>
span { border-color: #21814E; }
span { border-color: rgb(33,129,78); }
td.TdClassName
{
border-color: #21814E;
}
.TagClassName
{
border-color: #21814E;
}
</style>