Shades of Salem #228257
Tints of Salem #228257
RGB
CMYK
RGB Variations
Color information
#228257 (or 0x228257) is known color: Salem. HEX triplet: 22, 82 and 57. RGB value is (34,130,87). Sum of RGB (Red+Green+Blue) = 34+130+87=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #228257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228257 is #DD7DA8. Grayscale: #606060. Windows color (decimal): -14515625 or 5734946. OLE color: 5734946.
HSL color Cylindrical-coordinate representation of color #228257: hue angle of 153.12º 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 #228257 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 130 | 87 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.49 |
| HSL | 153.13º | 0.59% | 0.32% | - |
| HSV(B) | 153.13º | 0.74% | 0.51% | - |
| XYZ | 10.36 | 16.99 | 11.75 | - |
| YUV | 96.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 87 | 0.74 | 0 | 0.33 | 0.49 | 153.13 | 0.59 | 0.32 |
| Hex | 22 | 82 | 57 | 4A | 0 | 21 | 31 | 99 | 3B | 20 |
| Octal | 42 | 202 | 127 | 112 | 0 | 41 | 61 | 231 | 73 | 40 |
| Binary | 100010 | 10000010 | 1010111 | 1001010 | 0 | 100001 | 110001 | 10011001 | 111011 | 100000 |
Color Harmonies of #228257
Complementary color
Monochromatic Colors of #228257
Black with #228257
Text Example
Text Example
White with #228257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228257; }
p { color: rgb(34,130,87); }
H1.HeaderClassName
{
color: #228257;
}
.AnyTagClassName
{
color: #228257;
}
</style>
background-color css
<style>
a { background-color: #228257; }
a { background-color: rgb(34,130,87); }
div.DivClassName
{
background-color: #228257;
}
.BgClassName
{
background-color: #228257;
}
</style>
border-color css
<style>
span { border-color: #228257; }
span { border-color: rgb(34,130,87); }
td.TdClassName
{
border-color: #228257;
}
.TagClassName
{
border-color: #228257;
}
</style>