Shades of Salem #0D854D
Tints of Salem #0D854D
RGB
CMYK
RGB Variations
Color information
#0D854D (or 0x0D854D) is known color: Salem. HEX triplet: 0D, 85 and 4D. RGB value is (13,133,77). Sum of RGB (Red+Green+Blue) = 13+133+77=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #0D854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D854D is #F27AB2. Grayscale: #5A5A5A. Windows color (decimal): -15891123 or 5080333. OLE color: 5080333.
HSL color Cylindrical-coordinate representation of color #0D854D: hue angle of 152º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D854D is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 77 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.48 |
| HSL | 152º | 0.82% | 0.29% | - |
| HSV(B) | 152º | 0.9% | 0.52% | - |
| XYZ | 9.89 | 17.4 | 9.86 | - |
| YUV | 90.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 77 | 0.90 | 0 | 0.42 | 0.48 | 152 | 0.82 | 0.29 |
| Hex | D | 85 | 4D | 5A | 0 | 2A | 30 | 98 | 52 | 1D |
| Octal | 15 | 205 | 115 | 132 | 0 | 52 | 60 | 230 | 122 | 35 |
| Binary | 1101 | 10000101 | 1001101 | 1011010 | 0 | 101010 | 110000 | 10011000 | 1010010 | 11101 |
Color Harmonies of #0D854D
Complementary color
Monochromatic Colors of #0D854D
Black with #0D854D
Text Example
Text Example
White with #0D854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D854D; }
p { color: rgb(13,133,77); }
H1.HeaderClassName
{
color: #0D854D;
}
.AnyTagClassName
{
color: #0D854D;
}
</style>
background-color css
<style>
a { background-color: #0D854D; }
a { background-color: rgb(13,133,77); }
div.DivClassName
{
background-color: #0D854D;
}
.BgClassName
{
background-color: #0D854D;
}
</style>
border-color css
<style>
span { border-color: #0D854D; }
span { border-color: rgb(13,133,77); }
td.TdClassName
{
border-color: #0D854D;
}
.TagClassName
{
border-color: #0D854D;
}
</style>