Shades of Salem #21864B
Tints of Salem #21864B
RGB
CMYK
RGB Variations
Color information
#21864B (or 0x21864B) is known color: Salem. HEX triplet: 21, 86 and 4B. RGB value is (33,134,75). Sum of RGB (Red+Green+Blue) = 33+134+75=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #21864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21864B is #DE79B4. Grayscale: #616161. Windows color (decimal): -14580149 or 4949537. OLE color: 4949537.
HSL color Cylindrical-coordinate representation of color #21864B: hue angle of 144.95º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21864B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 75 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.47 |
| HSL | 144.95º | 0.6% | 0.33% | - |
| HSV(B) | 144.95º | 0.75% | 0.53% | - |
| XYZ | 10.42 | 17.88 | 9.56 | - |
| YUV | 97.08 | 115.54 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 75 | 0.75 | 0 | 0.44 | 0.47 | 144.95 | 0.6 | 0.33 |
| Hex | 21 | 86 | 4B | 4B | 0 | 2C | 2F | 91 | 3C | 21 |
| Octal | 41 | 206 | 113 | 113 | 0 | 54 | 57 | 221 | 74 | 41 |
| Binary | 100001 | 10000110 | 1001011 | 1001011 | 0 | 101100 | 101111 | 10010001 | 111100 | 100001 |
Color Harmonies of #21864B
Complementary color
Monochromatic Colors of #21864B
Black with #21864B
Text Example
Text Example
White with #21864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21864B; }
p { color: rgb(33,134,75); }
H1.HeaderClassName
{
color: #21864B;
}
.AnyTagClassName
{
color: #21864B;
}
</style>
background-color css
<style>
a { background-color: #21864B; }
a { background-color: rgb(33,134,75); }
div.DivClassName
{
background-color: #21864B;
}
.BgClassName
{
background-color: #21864B;
}
</style>
border-color css
<style>
span { border-color: #21864B; }
span { border-color: rgb(33,134,75); }
td.TdClassName
{
border-color: #21864B;
}
.TagClassName
{
border-color: #21864B;
}
</style>