Shades of Salem #21844E
Tints of Salem #21844E
RGB
CMYK
RGB Variations
Color information
#21844E (or 0x21844E) is known color: Salem. HEX triplet: 21, 84 and 4E. RGB value is (33,132,78). Sum of RGB (Red+Green+Blue) = 33+132+78=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #21844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21844E is #DE7BB1. Grayscale: #606060. Windows color (decimal): -14580658 or 5145633. OLE color: 5145633.
HSL color Cylindrical-coordinate representation of color #21844E: hue angle of 147.27º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21844E is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 78 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.48 |
| HSL | 147.27º | 0.6% | 0.32% | - |
| HSV(B) | 147.27º | 0.75% | 0.52% | - |
| XYZ | 10.25 | 17.38 | 10.02 | - |
| YUV | 96.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 78 | 0.75 | 0 | 0.41 | 0.48 | 147.27 | 0.6 | 0.32 |
| Hex | 21 | 84 | 4E | 4B | 0 | 29 | 30 | 93 | 3C | 20 |
| Octal | 41 | 204 | 116 | 113 | 0 | 51 | 60 | 223 | 74 | 40 |
| Binary | 100001 | 10000100 | 1001110 | 1001011 | 0 | 101001 | 110000 | 10010011 | 111100 | 100000 |
Color Harmonies of #21844E
Complementary color
Monochromatic Colors of #21844E
Black with #21844E
Text Example
Text Example
White with #21844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21844E; }
p { color: rgb(33,132,78); }
H1.HeaderClassName
{
color: #21844E;
}
.AnyTagClassName
{
color: #21844E;
}
</style>
background-color css
<style>
a { background-color: #21844E; }
a { background-color: rgb(33,132,78); }
div.DivClassName
{
background-color: #21844E;
}
.BgClassName
{
background-color: #21844E;
}
</style>
border-color css
<style>
span { border-color: #21844E; }
span { border-color: rgb(33,132,78); }
td.TdClassName
{
border-color: #21844E;
}
.TagClassName
{
border-color: #21844E;
}
</style>