Shades of Salem #21804B
Tints of Salem #21804B
RGB
CMYK
RGB Variations
Color information
#21804B (or 0x21804B) is known color: Salem. HEX triplet: 21, 80 and 4B. RGB value is (33,128,75). Sum of RGB (Red+Green+Blue) = 33+128+75=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #21804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21804B is #DE7FB4. Grayscale: #5D5D5D. Windows color (decimal): -14581685 or 4948001. OLE color: 4948001.
HSL color Cylindrical-coordinate representation of color #21804B: hue angle of 146.53º 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 #21804B is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 75 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.50 |
| HSL | 146.53º | 0.59% | 0.32% | - |
| HSV(B) | 146.53º | 0.74% | 0.5% | - |
| XYZ | 9.62 | 16.27 | 9.29 | - |
| YUV | 93.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 75 | 0.74 | 0 | 0.41 | 0.50 | 146.53 | 0.59 | 0.32 |
| Hex | 21 | 80 | 4B | 4A | 0 | 29 | 32 | 93 | 3B | 20 |
| Octal | 41 | 200 | 113 | 112 | 0 | 51 | 62 | 223 | 73 | 40 |
| Binary | 100001 | 10000000 | 1001011 | 1001010 | 0 | 101001 | 110010 | 10010011 | 111011 | 100000 |
Color Harmonies of #21804B
Complementary color
Monochromatic Colors of #21804B
Black with #21804B
Text Example
Text Example
White with #21804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21804B; }
p { color: rgb(33,128,75); }
H1.HeaderClassName
{
color: #21804B;
}
.AnyTagClassName
{
color: #21804B;
}
</style>
background-color css
<style>
a { background-color: #21804B; }
a { background-color: rgb(33,128,75); }
div.DivClassName
{
background-color: #21804B;
}
.BgClassName
{
background-color: #21804B;
}
</style>
border-color css
<style>
span { border-color: #21804B; }
span { border-color: rgb(33,128,75); }
td.TdClassName
{
border-color: #21804B;
}
.TagClassName
{
border-color: #21804B;
}
</style>