Shades of Salem #228541
Tints of Salem #228541
RGB
CMYK
RGB Variations
Color information
#228541 (or 0x228541) is known color: Salem. HEX triplet: 22, 85 and 41. RGB value is (34,133,65). Sum of RGB (Red+Green+Blue) = 34+133+65=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #228541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228541 is #DD7ABE. Grayscale: #5F5F5F. Windows color (decimal): -14514879 or 4293922. OLE color: 4293922.
HSL color Cylindrical-coordinate representation of color #228541: hue angle of 138.79º 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 #228541 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 133 | 65 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.48 |
| HSL | 138.79º | 0.59% | 0.33% | - |
| HSV(B) | 138.79º | 0.74% | 0.52% | - |
| XYZ | 10 | 17.5 | 7.85 | - |
| YUV | 95.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 65 | 0.74 | 0 | 0.51 | 0.48 | 138.79 | 0.59 | 0.33 |
| Hex | 22 | 85 | 41 | 4A | 0 | 33 | 30 | 8B | 3B | 21 |
| Octal | 42 | 205 | 101 | 112 | 0 | 63 | 60 | 213 | 73 | 41 |
| Binary | 100010 | 10000101 | 1000001 | 1001010 | 0 | 110011 | 110000 | 10001011 | 111011 | 100001 |
Color Harmonies of #228541
Complementary color
Monochromatic Colors of #228541
Black with #228541
Text Example
Text Example
White with #228541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228541; }
p { color: rgb(34,133,65); }
H1.HeaderClassName
{
color: #228541;
}
.AnyTagClassName
{
color: #228541;
}
</style>
background-color css
<style>
a { background-color: #228541; }
a { background-color: rgb(34,133,65); }
div.DivClassName
{
background-color: #228541;
}
.BgClassName
{
background-color: #228541;
}
</style>
border-color css
<style>
span { border-color: #228541; }
span { border-color: rgb(34,133,65); }
td.TdClassName
{
border-color: #228541;
}
.TagClassName
{
border-color: #228541;
}
</style>