Shades of Salem #228348
Tints of Salem #228348
RGB
CMYK
RGB Variations
Color information
#228348 (or 0x228348) is known color: Salem. HEX triplet: 22, 83 and 48. RGB value is (34,131,72). Sum of RGB (Red+Green+Blue) = 34+131+72=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #228348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228348 is #DD7CB7. Grayscale: #5F5F5F. Windows color (decimal): -14515384 or 4752162. OLE color: 4752162.
HSL color Cylindrical-coordinate representation of color #228348: hue angle of 143.51º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228348 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 131 | 72 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.49 |
| HSL | 143.51º | 0.59% | 0.32% | - |
| HSV(B) | 143.51º | 0.74% | 0.51% | - |
| XYZ | 9.95 | 17.04 | 8.9 | - |
| YUV | 95.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 72 | 0.74 | 0 | 0.45 | 0.49 | 143.51 | 0.59 | 0.32 |
| Hex | 22 | 83 | 48 | 4A | 0 | 2D | 31 | 90 | 3B | 20 |
| Octal | 42 | 203 | 110 | 112 | 0 | 55 | 61 | 220 | 73 | 40 |
| Binary | 100010 | 10000011 | 1001000 | 1001010 | 0 | 101101 | 110001 | 10010000 | 111011 | 100000 |
Color Harmonies of #228348
Complementary color
Monochromatic Colors of #228348
Black with #228348
Text Example
Text Example
White with #228348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228348; }
p { color: rgb(34,131,72); }
H1.HeaderClassName
{
color: #228348;
}
.AnyTagClassName
{
color: #228348;
}
</style>
background-color css
<style>
a { background-color: #228348; }
a { background-color: rgb(34,131,72); }
div.DivClassName
{
background-color: #228348;
}
.BgClassName
{
background-color: #228348;
}
</style>
border-color css
<style>
span { border-color: #228348; }
span { border-color: rgb(34,131,72); }
td.TdClassName
{
border-color: #228348;
}
.TagClassName
{
border-color: #228348;
}
</style>