Shades of Salem #138753
Tints of Salem #138753
RGB
CMYK
RGB Variations
Color information
#138753 (or 0x138753) is known color: Salem. HEX triplet: 13, 87 and 53. RGB value is (19,135,83). Sum of RGB (Red+Green+Blue) = 19+135+83=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #138753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138753 is #EC78AC. Grayscale: #5E5E5E. Windows color (decimal): -15497389 or 5474067. OLE color: 5474067.
HSL color Cylindrical-coordinate representation of color #138753: hue angle of 153.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138753 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 83 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.47 |
| HSL | 153.1º | 0.75% | 0.3% | - |
| HSV(B) | 153.1º | 0.86% | 0.53% | - |
| XYZ | 10.49 | 18.09 | 11.12 | - |
| YUV | 94.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 83 | 0.86 | 0 | 0.39 | 0.47 | 153.1 | 0.75 | 0.3 |
| Hex | 13 | 87 | 53 | 56 | 0 | 27 | 2F | 99 | 4B | 1E |
| Octal | 23 | 207 | 123 | 126 | 0 | 47 | 57 | 231 | 113 | 36 |
| Binary | 10011 | 10000111 | 1010011 | 1010110 | 0 | 100111 | 101111 | 10011001 | 1001011 | 11110 |
Color Harmonies of #138753
Complementary color
Monochromatic Colors of #138753
Black with #138753
Text Example
Text Example
White with #138753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138753; }
p { color: rgb(19,135,83); }
H1.HeaderClassName
{
color: #138753;
}
.AnyTagClassName
{
color: #138753;
}
</style>
background-color css
<style>
a { background-color: #138753; }
a { background-color: rgb(19,135,83); }
div.DivClassName
{
background-color: #138753;
}
.BgClassName
{
background-color: #138753;
}
</style>
border-color css
<style>
span { border-color: #138753; }
span { border-color: rgb(19,135,83); }
td.TdClassName
{
border-color: #138753;
}
.TagClassName
{
border-color: #138753;
}
</style>