Shades of Salem #228543
Tints of Salem #228543
RGB
CMYK
RGB Variations
Color information
#228543 (or 0x228543) is known color: Salem. HEX triplet: 22, 85 and 43. RGB value is (34,133,67). Sum of RGB (Red+Green+Blue) = 34+133+67=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #228543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228543 is #DD7ABC. Grayscale: #606060. Windows color (decimal): -14514877 or 4424994. OLE color: 4424994.
HSL color Cylindrical-coordinate representation of color #228543: hue angle of 140º 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 #228543 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 133 | 67 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.48 |
| HSL | 140º | 0.59% | 0.33% | - |
| HSV(B) | 140º | 0.74% | 0.52% | - |
| XYZ | 10.06 | 17.52 | 8.16 | - |
| YUV | 95.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 67 | 0.74 | 0 | 0.50 | 0.48 | 140 | 0.59 | 0.33 |
| Hex | 22 | 85 | 43 | 4A | 0 | 32 | 30 | 8C | 3B | 21 |
| Octal | 42 | 205 | 103 | 112 | 0 | 62 | 60 | 214 | 73 | 41 |
| Binary | 100010 | 10000101 | 1000011 | 1001010 | 0 | 110010 | 110000 | 10001100 | 111011 | 100001 |
Color Harmonies of #228543
Complementary color
Monochromatic Colors of #228543
Black with #228543
Text Example
Text Example
White with #228543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228543; }
p { color: rgb(34,133,67); }
H1.HeaderClassName
{
color: #228543;
}
.AnyTagClassName
{
color: #228543;
}
</style>
background-color css
<style>
a { background-color: #228543; }
a { background-color: rgb(34,133,67); }
div.DivClassName
{
background-color: #228543;
}
.BgClassName
{
background-color: #228543;
}
</style>
border-color css
<style>
span { border-color: #228543; }
span { border-color: rgb(34,133,67); }
td.TdClassName
{
border-color: #228543;
}
.TagClassName
{
border-color: #228543;
}
</style>