Shades of Salem #128358
Tints of Salem #128358
RGB
CMYK
RGB Variations
Color information
#128358 (or 0x128358) is known color: Salem. HEX triplet: 12, 83 and 58. RGB value is (18,131,88). Sum of RGB (Red+Green+Blue) = 18+131+88=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #128358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128358 is #ED7CA7. Grayscale: #5C5C5C. Windows color (decimal): -15563944 or 5800722. OLE color: 5800722.
HSL color Cylindrical-coordinate representation of color #128358: hue angle of 157.17º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128358 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 88 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.49 |
| HSL | 157.17º | 0.76% | 0.29% | - |
| HSV(B) | 157.17º | 0.86% | 0.51% | - |
| XYZ | 10.13 | 17.07 | 11.99 | - |
| YUV | 92.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 88 | 0.86 | 0 | 0.33 | 0.49 | 157.17 | 0.76 | 0.29 |
| Hex | 12 | 83 | 58 | 56 | 0 | 21 | 31 | 9D | 4C | 1D |
| Octal | 22 | 203 | 130 | 126 | 0 | 41 | 61 | 235 | 114 | 35 |
| Binary | 10010 | 10000011 | 1011000 | 1010110 | 0 | 100001 | 110001 | 10011101 | 1001100 | 11101 |
Color Harmonies of #128358
Complementary color
Monochromatic Colors of #128358
Black with #128358
Text Example
Text Example
White with #128358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128358; }
p { color: rgb(18,131,88); }
H1.HeaderClassName
{
color: #128358;
}
.AnyTagClassName
{
color: #128358;
}
</style>
background-color css
<style>
a { background-color: #128358; }
a { background-color: rgb(18,131,88); }
div.DivClassName
{
background-color: #128358;
}
.BgClassName
{
background-color: #128358;
}
</style>
border-color css
<style>
span { border-color: #128358; }
span { border-color: rgb(18,131,88); }
td.TdClassName
{
border-color: #128358;
}
.TagClassName
{
border-color: #128358;
}
</style>