Shades of Salem #12834E
Tints of Salem #12834E
RGB
CMYK
RGB Variations
Color information
#12834E (or 0x12834E) is known color: Salem. HEX triplet: 12, 83 and 4E. RGB value is (18,131,78). Sum of RGB (Red+Green+Blue) = 18+131+78=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #12834E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12834E is #ED7CB1. Grayscale: #5B5B5B. Windows color (decimal): -15563954 or 5145362. OLE color: 5145362.
HSL color Cylindrical-coordinate representation of color #12834E: hue angle of 151.86º 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 #12834E is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 131 | 78 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.49 |
| HSL | 151.86º | 0.76% | 0.29% | - |
| HSV(B) | 151.86º | 0.86% | 0.51% | - |
| XYZ | 9.74 | 16.91 | 9.96 | - |
| YUV | 91.17 | 120.56 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 78 | 0.86 | 0 | 0.40 | 0.49 | 151.86 | 0.76 | 0.29 |
| Hex | 12 | 83 | 4E | 56 | 0 | 28 | 31 | 98 | 4C | 1D |
| Octal | 22 | 203 | 116 | 126 | 0 | 50 | 61 | 230 | 114 | 35 |
| Binary | 10010 | 10000011 | 1001110 | 1010110 | 0 | 101000 | 110001 | 10011000 | 1001100 | 11101 |
Color Harmonies of #12834E
Complementary color
Monochromatic Colors of #12834E
Black with #12834E
Text Example
Text Example
White with #12834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12834E; }
p { color: rgb(18,131,78); }
H1.HeaderClassName
{
color: #12834E;
}
.AnyTagClassName
{
color: #12834E;
}
</style>
background-color css
<style>
a { background-color: #12834E; }
a { background-color: rgb(18,131,78); }
div.DivClassName
{
background-color: #12834E;
}
.BgClassName
{
background-color: #12834E;
}
</style>
border-color css
<style>
span { border-color: #12834E; }
span { border-color: rgb(18,131,78); }
td.TdClassName
{
border-color: #12834E;
}
.TagClassName
{
border-color: #12834E;
}
</style>