Shades of Salem #138258
Tints of Salem #138258
RGB
CMYK
RGB Variations
Color information
#138258 (or 0x138258) is known color: Salem. HEX triplet: 13, 82 and 58. RGB value is (19,130,88). Sum of RGB (Red+Green+Blue) = 19+130+88=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #138258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138258 is #EC7DA7. Grayscale: #5C5C5C. Windows color (decimal): -15498664 or 5800467. OLE color: 5800467.
HSL color Cylindrical-coordinate representation of color #138258: hue angle of 157.3º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138258 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 88 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.49 |
| HSL | 157.3º | 0.74% | 0.29% | - |
| HSV(B) | 157.3º | 0.85% | 0.51% | - |
| XYZ | 10.01 | 16.81 | 11.95 | - |
| YUV | 92.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 88 | 0.85 | 0 | 0.32 | 0.49 | 157.3 | 0.74 | 0.29 |
| Hex | 13 | 82 | 58 | 55 | 0 | 20 | 31 | 9D | 4A | 1D |
| Octal | 23 | 202 | 130 | 125 | 0 | 40 | 61 | 235 | 112 | 35 |
| Binary | 10011 | 10000010 | 1011000 | 1010101 | 0 | 100000 | 110001 | 10011101 | 1001010 | 11101 |
Color Harmonies of #138258
Complementary color
Monochromatic Colors of #138258
Black with #138258
Text Example
Text Example
White with #138258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138258; }
p { color: rgb(19,130,88); }
H1.HeaderClassName
{
color: #138258;
}
.AnyTagClassName
{
color: #138258;
}
</style>
background-color css
<style>
a { background-color: #138258; }
a { background-color: rgb(19,130,88); }
div.DivClassName
{
background-color: #138258;
}
.BgClassName
{
background-color: #138258;
}
</style>
border-color css
<style>
span { border-color: #138258; }
span { border-color: rgb(19,130,88); }
td.TdClassName
{
border-color: #138258;
}
.TagClassName
{
border-color: #138258;
}
</style>