Shades of Salem #0D844C
Tints of Salem #0D844C
RGB
CMYK
RGB Variations
Color information
#0D844C (or 0x0D844C) is known color: Salem. HEX triplet: 0D, 84 and 4C. RGB value is (13,132,76). Sum of RGB (Red+Green+Blue) = 13+132+76=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #0D844C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D844C is #F27BB3. Grayscale: #5A5A5A. Windows color (decimal): -15891380 or 5014541. OLE color: 5014541.
HSL color Cylindrical-coordinate representation of color #0D844C: hue angle of 151.76º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D844C is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 76 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.48 |
| HSL | 151.76º | 0.82% | 0.28% | - |
| HSV(B) | 151.76º | 0.9% | 0.52% | - |
| XYZ | 9.72 | 17.11 | 9.63 | - |
| YUV | 90.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 76 | 0.90 | 0 | 0.42 | 0.48 | 151.76 | 0.82 | 0.28 |
| Hex | D | 84 | 4C | 5A | 0 | 2A | 30 | 98 | 52 | 1C |
| Octal | 15 | 204 | 114 | 132 | 0 | 52 | 60 | 230 | 122 | 34 |
| Binary | 1101 | 10000100 | 1001100 | 1011010 | 0 | 101010 | 110000 | 10011000 | 1010010 | 11100 |
Color Harmonies of #0D844C
Complementary color
Monochromatic Colors of #0D844C
Black with #0D844C
Text Example
Text Example
White with #0D844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D844C; }
p { color: rgb(13,132,76); }
H1.HeaderClassName
{
color: #0D844C;
}
.AnyTagClassName
{
color: #0D844C;
}
</style>
background-color css
<style>
a { background-color: #0D844C; }
a { background-color: rgb(13,132,76); }
div.DivClassName
{
background-color: #0D844C;
}
.BgClassName
{
background-color: #0D844C;
}
</style>
border-color css
<style>
span { border-color: #0D844C; }
span { border-color: rgb(13,132,76); }
td.TdClassName
{
border-color: #0D844C;
}
.TagClassName
{
border-color: #0D844C;
}
</style>