Shades of Salem #12814B
Tints of Salem #12814B
RGB
CMYK
RGB Variations
Color information
#12814B (or 0x12814B) is known color: Salem. HEX triplet: 12, 81 and 4B. RGB value is (18,129,75). Sum of RGB (Red+Green+Blue) = 18+129+75=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #12814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12814B is #ED7EB4. Grayscale: #595959. Windows color (decimal): -15564469 or 4948242. OLE color: 4948242.
HSL color Cylindrical-coordinate representation of color #12814B: hue angle of 150.81º 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 #12814B is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 75 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.49 |
| HSL | 150.81º | 0.76% | 0.29% | - |
| HSV(B) | 150.81º | 0.86% | 0.51% | - |
| XYZ | 9.37 | 16.34 | 9.32 | - |
| YUV | 89.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 75 | 0.86 | 0 | 0.42 | 0.49 | 150.81 | 0.76 | 0.29 |
| Hex | 12 | 81 | 4B | 56 | 0 | 2A | 31 | 97 | 4C | 1D |
| Octal | 22 | 201 | 113 | 126 | 0 | 52 | 61 | 227 | 114 | 35 |
| Binary | 10010 | 10000001 | 1001011 | 1010110 | 0 | 101010 | 110001 | 10010111 | 1001100 | 11101 |
Color Harmonies of #12814B
Complementary color
Monochromatic Colors of #12814B
Black with #12814B
Text Example
Text Example
White with #12814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12814B; }
p { color: rgb(18,129,75); }
H1.HeaderClassName
{
color: #12814B;
}
.AnyTagClassName
{
color: #12814B;
}
</style>
background-color css
<style>
a { background-color: #12814B; }
a { background-color: rgb(18,129,75); }
div.DivClassName
{
background-color: #12814B;
}
.BgClassName
{
background-color: #12814B;
}
</style>
border-color css
<style>
span { border-color: #12814B; }
span { border-color: rgb(18,129,75); }
td.TdClassName
{
border-color: #12814B;
}
.TagClassName
{
border-color: #12814B;
}
</style>