Shades of Salem #21764F
Tints of Salem #21764F
RGB
CMYK
RGB Variations
Color information
#21764F (or 0x21764F) is known color: Salem. HEX triplet: 21, 76 and 4F. RGB value is (33,118,79). Sum of RGB (Red+Green+Blue) = 33+118+79=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #21764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21764F is #DE89B0. Grayscale: #585858. Windows color (decimal): -14584241 or 5207585. OLE color: 5207585.
HSL color Cylindrical-coordinate representation of color #21764F: hue angle of 152.47º 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 #21764F is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 79 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.54 |
| HSL | 152.47º | 0.56% | 0.3% | - |
| HSV(B) | 152.47º | 0.72% | 0.46% | - |
| XYZ | 8.52 | 13.84 | 9.62 | - |
| YUV | 88.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 79 | 0.72 | 0 | 0.33 | 0.54 | 152.47 | 0.56 | 0.3 |
| Hex | 21 | 76 | 4F | 48 | 0 | 21 | 36 | 98 | 38 | 1E |
| Octal | 41 | 166 | 117 | 110 | 0 | 41 | 66 | 230 | 70 | 36 |
| Binary | 100001 | 1110110 | 1001111 | 1001000 | 0 | 100001 | 110110 | 10011000 | 111000 | 11110 |
Color Harmonies of #21764F
Complementary color
Monochromatic Colors of #21764F
Black with #21764F
Text Example
Text Example
White with #21764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21764F; }
p { color: rgb(33,118,79); }
H1.HeaderClassName
{
color: #21764F;
}
.AnyTagClassName
{
color: #21764F;
}
</style>
background-color css
<style>
a { background-color: #21764F; }
a { background-color: rgb(33,118,79); }
div.DivClassName
{
background-color: #21764F;
}
.BgClassName
{
background-color: #21764F;
}
</style>
border-color css
<style>
span { border-color: #21764F; }
span { border-color: rgb(33,118,79); }
td.TdClassName
{
border-color: #21764F;
}
.TagClassName
{
border-color: #21764F;
}
</style>