Shades of Salem #12794D
Tints of Salem #12794D
RGB
CMYK
RGB Variations
Color information
#12794D (or 0x12794D) is known color: Salem. HEX triplet: 12, 79 and 4D. RGB value is (18,121,77). Sum of RGB (Red+Green+Blue) = 18+121+77=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 121 (47.66% from 255 or 56.02% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 121 - color contains mainly: green. Hex color #12794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12794D is #ED86B2. Grayscale: #555555. Windows color (decimal): -15566515 or 5077266. OLE color: 5077266.
HSL color Cylindrical-coordinate representation of color #12794D: hue angle of 154.37º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12794D is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 77 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.53 |
| HSL | 154.37º | 0.74% | 0.27% | - |
| HSV(B) | 154.37º | 0.85% | 0.47% | - |
| XYZ | 8.43 | 14.34 | 9.34 | - |
| YUV | 85.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 77 | 0.85 | 0 | 0.36 | 0.53 | 154.37 | 0.74 | 0.27 |
| Hex | 12 | 79 | 4D | 55 | 0 | 24 | 35 | 9A | 4A | 1B |
| Octal | 22 | 171 | 115 | 125 | 0 | 44 | 65 | 232 | 112 | 33 |
| Binary | 10010 | 1111001 | 1001101 | 1010101 | 0 | 100100 | 110101 | 10011010 | 1001010 | 11011 |
Color Harmonies of #12794D
Complementary color
Monochromatic Colors of #12794D
Black with #12794D
Text Example
Text Example
White with #12794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12794D; }
p { color: rgb(18,121,77); }
H1.HeaderClassName
{
color: #12794D;
}
.AnyTagClassName
{
color: #12794D;
}
</style>
background-color css
<style>
a { background-color: #12794D; }
a { background-color: rgb(18,121,77); }
div.DivClassName
{
background-color: #12794D;
}
.BgClassName
{
background-color: #12794D;
}
</style>
border-color css
<style>
span { border-color: #12794D; }
span { border-color: rgb(18,121,77); }
td.TdClassName
{
border-color: #12794D;
}
.TagClassName
{
border-color: #12794D;
}
</style>