Shades of Salem #0D844F
Tints of Salem #0D844F
RGB
CMYK
RGB Variations
Color information
#0D844F (or 0x0D844F) is known color: Salem. HEX triplet: 0D, 84 and 4F. RGB value is (13,132,79). Sum of RGB (Red+Green+Blue) = 13+132+79=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #0D844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D844F is #F27BB0. Grayscale: #5A5A5A. Windows color (decimal): -15891377 or 5211149. OLE color: 5211149.
HSL color Cylindrical-coordinate representation of color #0D844F: hue angle of 153.28º 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 #0D844F is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 79 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.48 |
| HSL | 153.28º | 0.82% | 0.28% | - |
| HSV(B) | 153.28º | 0.9% | 0.52% | - |
| XYZ | 9.83 | 17.15 | 10.19 | - |
| YUV | 90.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 79 | 0.90 | 0 | 0.40 | 0.48 | 153.28 | 0.82 | 0.28 |
| Hex | D | 84 | 4F | 5A | 0 | 28 | 30 | 99 | 52 | 1C |
| Octal | 15 | 204 | 117 | 132 | 0 | 50 | 60 | 231 | 122 | 34 |
| Binary | 1101 | 10000100 | 1001111 | 1011010 | 0 | 101000 | 110000 | 10011001 | 1010010 | 11100 |
Color Harmonies of #0D844F
Complementary color
Monochromatic Colors of #0D844F
Black with #0D844F
Text Example
Text Example
White with #0D844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D844F; }
p { color: rgb(13,132,79); }
H1.HeaderClassName
{
color: #0D844F;
}
.AnyTagClassName
{
color: #0D844F;
}
</style>
background-color css
<style>
a { background-color: #0D844F; }
a { background-color: rgb(13,132,79); }
div.DivClassName
{
background-color: #0D844F;
}
.BgClassName
{
background-color: #0D844F;
}
</style>
border-color css
<style>
span { border-color: #0D844F; }
span { border-color: rgb(13,132,79); }
td.TdClassName
{
border-color: #0D844F;
}
.TagClassName
{
border-color: #0D844F;
}
</style>