Shades of Salem #227D4B
Tints of Salem #227D4B
RGB
CMYK
RGB Variations
Color information
#227D4B (or 0x227D4B) is known color: Salem. HEX triplet: 22, 7D and 4B. RGB value is (34,125,75). Sum of RGB (Red+Green+Blue) = 34+125+75=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #227D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227D4B is #DD82B4. Grayscale: #5C5C5C. Windows color (decimal): -14516917 or 4947234. OLE color: 4947234.
HSL color Cylindrical-coordinate representation of color #227D4B: hue angle of 147.03º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D4B is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 75 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.51 |
| HSL | 147.03º | 0.57% | 0.31% | - |
| HSV(B) | 147.03º | 0.73% | 0.49% | - |
| XYZ | 9.26 | 15.52 | 9.16 | - |
| YUV | 92.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 75 | 0.73 | 0 | 0.40 | 0.51 | 147.03 | 0.57 | 0.31 |
| Hex | 22 | 7D | 4B | 49 | 0 | 28 | 33 | 93 | 39 | 1F |
| Octal | 42 | 175 | 113 | 111 | 0 | 50 | 63 | 223 | 71 | 37 |
| Binary | 100010 | 1111101 | 1001011 | 1001001 | 0 | 101000 | 110011 | 10010011 | 111001 | 11111 |
Color Harmonies of #227D4B
Complementary color
Monochromatic Colors of #227D4B
Black with #227D4B
Text Example
Text Example
White with #227D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D4B; }
p { color: rgb(34,125,75); }
H1.HeaderClassName
{
color: #227D4B;
}
.AnyTagClassName
{
color: #227D4B;
}
</style>
background-color css
<style>
a { background-color: #227D4B; }
a { background-color: rgb(34,125,75); }
div.DivClassName
{
background-color: #227D4B;
}
.BgClassName
{
background-color: #227D4B;
}
</style>
border-color css
<style>
span { border-color: #227D4B; }
span { border-color: rgb(34,125,75); }
td.TdClassName
{
border-color: #227D4B;
}
.TagClassName
{
border-color: #227D4B;
}
</style>