Shades of Salem #21704F
Tints of Salem #21704F
RGB
CMYK
RGB Variations
Color information
#21704F (or 0x21704F) is known color: Salem. HEX triplet: 21, 70 and 4F. RGB value is (33,112,79). Sum of RGB (Red+Green+Blue) = 33+112+79=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #21704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21704F is #DE8FB0. Grayscale: #545454. Windows color (decimal): -14585777 or 5206049. OLE color: 5206049.
HSL color Cylindrical-coordinate representation of color #21704F: hue angle of 154.94º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21704F is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 79 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.56 |
| HSL | 154.94º | 0.54% | 0.28% | - |
| HSV(B) | 154.94º | 0.71% | 0.44% | - |
| XYZ | 7.83 | 12.48 | 9.39 | - |
| YUV | 84.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 79 | 0.71 | 0 | 0.29 | 0.56 | 154.94 | 0.54 | 0.28 |
| Hex | 21 | 70 | 4F | 47 | 0 | 1D | 38 | 9B | 36 | 1C |
| Octal | 41 | 160 | 117 | 107 | 0 | 35 | 70 | 233 | 66 | 34 |
| Binary | 100001 | 1110000 | 1001111 | 1000111 | 0 | 11101 | 111000 | 10011011 | 110110 | 11100 |
Color Harmonies of #21704F
Complementary color
Monochromatic Colors of #21704F
Black with #21704F
Text Example
Text Example
White with #21704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21704F; }
p { color: rgb(33,112,79); }
H1.HeaderClassName
{
color: #21704F;
}
.AnyTagClassName
{
color: #21704F;
}
</style>
background-color css
<style>
a { background-color: #21704F; }
a { background-color: rgb(33,112,79); }
div.DivClassName
{
background-color: #21704F;
}
.BgClassName
{
background-color: #21704F;
}
</style>
border-color css
<style>
span { border-color: #21704F; }
span { border-color: rgb(33,112,79); }
td.TdClassName
{
border-color: #21704F;
}
.TagClassName
{
border-color: #21704F;
}
</style>