Shades of Salem #21774D
Tints of Salem #21774D
RGB
CMYK
RGB Variations
Color information
#21774D (or 0x21774D) is known color: Salem. HEX triplet: 21, 77 and 4D. RGB value is (33,119,77). Sum of RGB (Red+Green+Blue) = 33+119+77=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #21774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21774D is #DE88B2. Grayscale: #585858. Windows color (decimal): -14583987 or 5076769. OLE color: 5076769.
HSL color Cylindrical-coordinate representation of color #21774D: hue angle of 150.7º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21774D is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 77 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.53 |
| HSL | 150.7º | 0.57% | 0.3% | - |
| HSV(B) | 150.7º | 0.72% | 0.47% | - |
| XYZ | 8.56 | 14.05 | 9.28 | - |
| YUV | 88.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 77 | 0.72 | 0 | 0.35 | 0.53 | 150.7 | 0.57 | 0.3 |
| Hex | 21 | 77 | 4D | 48 | 0 | 23 | 35 | 97 | 39 | 1E |
| Octal | 41 | 167 | 115 | 110 | 0 | 43 | 65 | 227 | 71 | 36 |
| Binary | 100001 | 1110111 | 1001101 | 1001000 | 0 | 100011 | 110101 | 10010111 | 111001 | 11110 |
Color Harmonies of #21774D
Complementary color
Monochromatic Colors of #21774D
Black with #21774D
Text Example
Text Example
White with #21774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21774D; }
p { color: rgb(33,119,77); }
H1.HeaderClassName
{
color: #21774D;
}
.AnyTagClassName
{
color: #21774D;
}
</style>
background-color css
<style>
a { background-color: #21774D; }
a { background-color: rgb(33,119,77); }
div.DivClassName
{
background-color: #21774D;
}
.BgClassName
{
background-color: #21774D;
}
</style>
border-color css
<style>
span { border-color: #21774D; }
span { border-color: rgb(33,119,77); }
td.TdClassName
{
border-color: #21774D;
}
.TagClassName
{
border-color: #21774D;
}
</style>