Shades of Salem #21764D
Tints of Salem #21764D
RGB
CMYK
RGB Variations
Color information
#21764D (or 0x21764D) is known color: Salem. HEX triplet: 21, 76 and 4D. RGB value is (33,118,77). Sum of RGB (Red+Green+Blue) = 33+118+77=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #21764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21764D is #DE89B2. Grayscale: #575757. Windows color (decimal): -14584243 or 5076513. OLE color: 5076513.
HSL color Cylindrical-coordinate representation of color #21764D: hue angle of 151.06º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21764D is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 77 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.54 |
| HSL | 151.06º | 0.56% | 0.3% | - |
| HSV(B) | 151.06º | 0.72% | 0.46% | - |
| XYZ | 8.45 | 13.82 | 9.24 | - |
| YUV | 87.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 77 | 0.72 | 0 | 0.35 | 0.54 | 151.06 | 0.56 | 0.3 |
| Hex | 21 | 76 | 4D | 48 | 0 | 23 | 36 | 97 | 38 | 1E |
| Octal | 41 | 166 | 115 | 110 | 0 | 43 | 66 | 227 | 70 | 36 |
| Binary | 100001 | 1110110 | 1001101 | 1001000 | 0 | 100011 | 110110 | 10010111 | 111000 | 11110 |
Color Harmonies of #21764D
Complementary color
Monochromatic Colors of #21764D
Black with #21764D
Text Example
Text Example
White with #21764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21764D; }
p { color: rgb(33,118,77); }
H1.HeaderClassName
{
color: #21764D;
}
.AnyTagClassName
{
color: #21764D;
}
</style>
background-color css
<style>
a { background-color: #21764D; }
a { background-color: rgb(33,118,77); }
div.DivClassName
{
background-color: #21764D;
}
.BgClassName
{
background-color: #21764D;
}
</style>
border-color css
<style>
span { border-color: #21764D; }
span { border-color: rgb(33,118,77); }
td.TdClassName
{
border-color: #21764D;
}
.TagClassName
{
border-color: #21764D;
}
</style>