Shades of Salem #21804D
Tints of Salem #21804D
RGB
CMYK
RGB Variations
Color information
#21804D (or 0x21804D) is known color: Salem. HEX triplet: 21, 80 and 4D. RGB value is (33,128,77). Sum of RGB (Red+Green+Blue) = 33+128+77=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #21804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21804D is #DE7FB2. Grayscale: #5D5D5D. Windows color (decimal): -14581683 or 5079073. OLE color: 5079073.
HSL color Cylindrical-coordinate representation of color #21804D: hue angle of 147.79º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21804D is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 77 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.50 |
| HSL | 147.79º | 0.59% | 0.32% | - |
| HSV(B) | 147.79º | 0.74% | 0.5% | - |
| XYZ | 9.69 | 16.3 | 9.66 | - |
| YUV | 93.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 77 | 0.74 | 0 | 0.40 | 0.50 | 147.79 | 0.59 | 0.32 |
| Hex | 21 | 80 | 4D | 4A | 0 | 28 | 32 | 94 | 3B | 20 |
| Octal | 41 | 200 | 115 | 112 | 0 | 50 | 62 | 224 | 73 | 40 |
| Binary | 100001 | 10000000 | 1001101 | 1001010 | 0 | 101000 | 110010 | 10010100 | 111011 | 100000 |
Color Harmonies of #21804D
Complementary color
Monochromatic Colors of #21804D
Black with #21804D
Text Example
Text Example
White with #21804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21804D; }
p { color: rgb(33,128,77); }
H1.HeaderClassName
{
color: #21804D;
}
.AnyTagClassName
{
color: #21804D;
}
</style>
background-color css
<style>
a { background-color: #21804D; }
a { background-color: rgb(33,128,77); }
div.DivClassName
{
background-color: #21804D;
}
.BgClassName
{
background-color: #21804D;
}
</style>
border-color css
<style>
span { border-color: #21804D; }
span { border-color: rgb(33,128,77); }
td.TdClassName
{
border-color: #21804D;
}
.TagClassName
{
border-color: #21804D;
}
</style>