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