Shades of Salem #21784F
Tints of Salem #21784F
RGB
CMYK
RGB Variations
Color information
#21784F (or 0x21784F) is known color: Salem. HEX triplet: 21, 78 and 4F. RGB value is (33,120,79). Sum of RGB (Red+Green+Blue) = 33+120+79=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #21784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21784F is #DE87B0. Grayscale: #595959. Windows color (decimal): -14583729 or 5208097. OLE color: 5208097.
HSL color Cylindrical-coordinate representation of color #21784F: hue angle of 151.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21784F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 79 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.53 |
| HSL | 151.72º | 0.57% | 0.3% | - |
| HSV(B) | 151.72º | 0.73% | 0.47% | - |
| XYZ | 8.75 | 14.32 | 9.7 | - |
| YUV | 89.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 79 | 0.72 | 0 | 0.34 | 0.53 | 151.72 | 0.57 | 0.3 |
| Hex | 21 | 78 | 4F | 48 | 0 | 22 | 35 | 98 | 39 | 1E |
| Octal | 41 | 170 | 117 | 110 | 0 | 42 | 65 | 230 | 71 | 36 |
| Binary | 100001 | 1111000 | 1001111 | 1001000 | 0 | 100010 | 110101 | 10011000 | 111001 | 11110 |
Color Harmonies of #21784F
Complementary color
Monochromatic Colors of #21784F
Black with #21784F
Text Example
Text Example
White with #21784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21784F; }
p { color: rgb(33,120,79); }
H1.HeaderClassName
{
color: #21784F;
}
.AnyTagClassName
{
color: #21784F;
}
</style>
background-color css
<style>
a { background-color: #21784F; }
a { background-color: rgb(33,120,79); }
div.DivClassName
{
background-color: #21784F;
}
.BgClassName
{
background-color: #21784F;
}
</style>
border-color css
<style>
span { border-color: #21784F; }
span { border-color: rgb(33,120,79); }
td.TdClassName
{
border-color: #21784F;
}
.TagClassName
{
border-color: #21784F;
}
</style>