Shades of Salem #138052
Tints of Salem #138052
RGB
CMYK
RGB Variations
Color information
#138052 (or 0x138052) is known color: Salem. HEX triplet: 13, 80 and 52. RGB value is (19,128,82). Sum of RGB (Red+Green+Blue) = 19+128+82=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #138052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138052 is #EC7FAD. Grayscale: #5A5A5A. Windows color (decimal): -15499182 or 5406739. OLE color: 5406739.
HSL color Cylindrical-coordinate representation of color #138052: hue angle of 154.68º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138052 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 82 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.50 |
| HSL | 154.68º | 0.74% | 0.29% | - |
| HSV(B) | 154.68º | 0.85% | 0.5% | - |
| XYZ | 9.51 | 16.19 | 10.61 | - |
| YUV | 90.17 | 123.39 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 82 | 0.85 | 0 | 0.36 | 0.50 | 154.68 | 0.74 | 0.29 |
| Hex | 13 | 80 | 52 | 55 | 0 | 24 | 32 | 9B | 4A | 1D |
| Octal | 23 | 200 | 122 | 125 | 0 | 44 | 62 | 233 | 112 | 35 |
| Binary | 10011 | 10000000 | 1010010 | 1010101 | 0 | 100100 | 110010 | 10011011 | 1001010 | 11101 |
Color Harmonies of #138052
Complementary color
Monochromatic Colors of #138052
Black with #138052
Text Example
Text Example
White with #138052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138052; }
p { color: rgb(19,128,82); }
H1.HeaderClassName
{
color: #138052;
}
.AnyTagClassName
{
color: #138052;
}
</style>
background-color css
<style>
a { background-color: #138052; }
a { background-color: rgb(19,128,82); }
div.DivClassName
{
background-color: #138052;
}
.BgClassName
{
background-color: #138052;
}
</style>
border-color css
<style>
span { border-color: #138052; }
span { border-color: rgb(19,128,82); }
td.TdClassName
{
border-color: #138052;
}
.TagClassName
{
border-color: #138052;
}
</style>