Shades of Salem #22764C
Tints of Salem #22764C
RGB
CMYK
RGB Variations
Color information
#22764C (or 0x22764C) is known color: Salem. HEX triplet: 22, 76 and 4C. RGB value is (34,118,76). Sum of RGB (Red+Green+Blue) = 34+118+76=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #22764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22764C is #DD89B3. Grayscale: #585858. Windows color (decimal): -14518708 or 5010978. OLE color: 5010978.
HSL color Cylindrical-coordinate representation of color #22764C: hue angle of 150º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22764C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 118 | 76 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.54 |
| HSL | 150º | 0.55% | 0.3% | - |
| HSV(B) | 150º | 0.71% | 0.46% | - |
| XYZ | 8.44 | 13.82 | 9.06 | - |
| YUV | 88.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 118 | 76 | 0.71 | 0 | 0.36 | 0.54 | 150 | 0.55 | 0.3 |
| Hex | 22 | 76 | 4C | 47 | 0 | 24 | 36 | 96 | 37 | 1E |
| Octal | 42 | 166 | 114 | 107 | 0 | 44 | 66 | 226 | 67 | 36 |
| Binary | 100010 | 1110110 | 1001100 | 1000111 | 0 | 100100 | 110110 | 10010110 | 110111 | 11110 |
Color Harmonies of #22764C
Complementary color
Monochromatic Colors of #22764C
Black with #22764C
Text Example
Text Example
White with #22764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22764C; }
p { color: rgb(34,118,76); }
H1.HeaderClassName
{
color: #22764C;
}
.AnyTagClassName
{
color: #22764C;
}
</style>
background-color css
<style>
a { background-color: #22764C; }
a { background-color: rgb(34,118,76); }
div.DivClassName
{
background-color: #22764C;
}
.BgClassName
{
background-color: #22764C;
}
</style>
border-color css
<style>
span { border-color: #22764C; }
span { border-color: rgb(34,118,76); }
td.TdClassName
{
border-color: #22764C;
}
.TagClassName
{
border-color: #22764C;
}
</style>