Shades of Salem #21724E
Tints of Salem #21724E
RGB
CMYK
RGB Variations
Color information
#21724E (or 0x21724E) is known color: Salem. HEX triplet: 21, 72 and 4E. RGB value is (33,114,78). Sum of RGB (Red+Green+Blue) = 33+114+78=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #21724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21724E is #DE8DB1. Grayscale: #555555. Windows color (decimal): -14585266 or 5141025. OLE color: 5141025.
HSL color Cylindrical-coordinate representation of color #21724E: hue angle of 153.33º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21724E is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 78 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.55 |
| HSL | 153.33º | 0.55% | 0.29% | - |
| HSV(B) | 153.33º | 0.71% | 0.45% | - |
| XYZ | 8.02 | 12.91 | 9.28 | - |
| YUV | 85.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 78 | 0.71 | 0 | 0.32 | 0.55 | 153.33 | 0.55 | 0.29 |
| Hex | 21 | 72 | 4E | 47 | 0 | 20 | 37 | 99 | 37 | 1D |
| Octal | 41 | 162 | 116 | 107 | 0 | 40 | 67 | 231 | 67 | 35 |
| Binary | 100001 | 1110010 | 1001110 | 1000111 | 0 | 100000 | 110111 | 10011001 | 110111 | 11101 |
Color Harmonies of #21724E
Complementary color
Monochromatic Colors of #21724E
Black with #21724E
Text Example
Text Example
White with #21724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21724E; }
p { color: rgb(33,114,78); }
H1.HeaderClassName
{
color: #21724E;
}
.AnyTagClassName
{
color: #21724E;
}
</style>
background-color css
<style>
a { background-color: #21724E; }
a { background-color: rgb(33,114,78); }
div.DivClassName
{
background-color: #21724E;
}
.BgClassName
{
background-color: #21724E;
}
</style>
border-color css
<style>
span { border-color: #21724E; }
span { border-color: rgb(33,114,78); }
td.TdClassName
{
border-color: #21724E;
}
.TagClassName
{
border-color: #21724E;
}
</style>