Shades of Salem #228548
Tints of Salem #228548
RGB
CMYK
RGB Variations
Color information
#228548 (or 0x228548) is known color: Salem. HEX triplet: 22, 85 and 48. RGB value is (34,133,72). Sum of RGB (Red+Green+Blue) = 34+133+72=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #228548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228548 is #DD7AB7. Grayscale: #606060. Windows color (decimal): -14514872 or 4752674. OLE color: 4752674.
HSL color Cylindrical-coordinate representation of color #228548: hue angle of 143.03º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228548 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 133 | 72 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.48 |
| HSL | 143.03º | 0.59% | 0.33% | - |
| HSV(B) | 143.03º | 0.74% | 0.52% | - |
| XYZ | 10.22 | 17.58 | 8.99 | - |
| YUV | 96.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 72 | 0.74 | 0 | 0.46 | 0.48 | 143.03 | 0.59 | 0.33 |
| Hex | 22 | 85 | 48 | 4A | 0 | 2E | 30 | 8F | 3B | 21 |
| Octal | 42 | 205 | 110 | 112 | 0 | 56 | 60 | 217 | 73 | 41 |
| Binary | 100010 | 10000101 | 1001000 | 1001010 | 0 | 101110 | 110000 | 10001111 | 111011 | 100001 |
Color Harmonies of #228548
Complementary color
Monochromatic Colors of #228548
Black with #228548
Text Example
Text Example
White with #228548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228548; }
p { color: rgb(34,133,72); }
H1.HeaderClassName
{
color: #228548;
}
.AnyTagClassName
{
color: #228548;
}
</style>
background-color css
<style>
a { background-color: #228548; }
a { background-color: rgb(34,133,72); }
div.DivClassName
{
background-color: #228548;
}
.BgClassName
{
background-color: #228548;
}
</style>
border-color css
<style>
span { border-color: #228548; }
span { border-color: rgb(34,133,72); }
td.TdClassName
{
border-color: #228548;
}
.TagClassName
{
border-color: #228548;
}
</style>