Shades of Salem #12824C
Tints of Salem #12824C
RGB
CMYK
RGB Variations
Color information
#12824C (or 0x12824C) is known color: Salem. HEX triplet: 12, 82 and 4C. RGB value is (18,130,76). Sum of RGB (Red+Green+Blue) = 18+130+76=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #12824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12824C is #ED7DB3. Grayscale: #5A5A5A. Windows color (decimal): -15564212 or 5014034. OLE color: 5014034.
HSL color Cylindrical-coordinate representation of color #12824C: hue angle of 151.07º 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 #12824C is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 76 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.49 |
| HSL | 151.07º | 0.76% | 0.29% | - |
| HSV(B) | 151.07º | 0.86% | 0.51% | - |
| XYZ | 9.54 | 16.62 | 9.54 | - |
| YUV | 90.36 | 119.89 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 76 | 0.86 | 0 | 0.42 | 0.49 | 151.07 | 0.76 | 0.29 |
| Hex | 12 | 82 | 4C | 56 | 0 | 2A | 31 | 97 | 4C | 1D |
| Octal | 22 | 202 | 114 | 126 | 0 | 52 | 61 | 227 | 114 | 35 |
| Binary | 10010 | 10000010 | 1001100 | 1010110 | 0 | 101010 | 110001 | 10010111 | 1001100 | 11101 |
Color Harmonies of #12824C
Complementary color
Monochromatic Colors of #12824C
Black with #12824C
Text Example
Text Example
White with #12824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12824C; }
p { color: rgb(18,130,76); }
H1.HeaderClassName
{
color: #12824C;
}
.AnyTagClassName
{
color: #12824C;
}
</style>
background-color css
<style>
a { background-color: #12824C; }
a { background-color: rgb(18,130,76); }
div.DivClassName
{
background-color: #12824C;
}
.BgClassName
{
background-color: #12824C;
}
</style>
border-color css
<style>
span { border-color: #12824C; }
span { border-color: rgb(18,130,76); }
td.TdClassName
{
border-color: #12824C;
}
.TagClassName
{
border-color: #12824C;
}
</style>