Shades of Salem #138255
Tints of Salem #138255
RGB
CMYK
RGB Variations
Color information
#138255 (or 0x138255) is known color: Salem. HEX triplet: 13, 82 and 55. RGB value is (19,130,85). Sum of RGB (Red+Green+Blue) = 19+130+85=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #138255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138255 is #EC7DAA. Grayscale: #5B5B5B. Windows color (decimal): -15498667 or 5603859. OLE color: 5603859.
HSL color Cylindrical-coordinate representation of color #138255: hue angle of 155.68º 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 #138255 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 85 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.49 |
| HSL | 155.68º | 0.74% | 0.29% | - |
| HSV(B) | 155.68º | 0.85% | 0.51% | - |
| XYZ | 9.89 | 16.76 | 11.31 | - |
| YUV | 91.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 85 | 0.85 | 0 | 0.35 | 0.49 | 155.68 | 0.74 | 0.29 |
| Hex | 13 | 82 | 55 | 55 | 0 | 23 | 31 | 9C | 4A | 1D |
| Octal | 23 | 202 | 125 | 125 | 0 | 43 | 61 | 234 | 112 | 35 |
| Binary | 10011 | 10000010 | 1010101 | 1010101 | 0 | 100011 | 110001 | 10011100 | 1001010 | 11101 |
Color Harmonies of #138255
Complementary color
Monochromatic Colors of #138255
Black with #138255
Text Example
Text Example
White with #138255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138255; }
p { color: rgb(19,130,85); }
H1.HeaderClassName
{
color: #138255;
}
.AnyTagClassName
{
color: #138255;
}
</style>
background-color css
<style>
a { background-color: #138255; }
a { background-color: rgb(19,130,85); }
div.DivClassName
{
background-color: #138255;
}
.BgClassName
{
background-color: #138255;
}
</style>
border-color css
<style>
span { border-color: #138255; }
span { border-color: rgb(19,130,85); }
td.TdClassName
{
border-color: #138255;
}
.TagClassName
{
border-color: #138255;
}
</style>