Shades of Salem #0D873C
Tints of Salem #0D873C
RGB
CMYK
RGB Variations
Color information
#0D873C (or 0x0D873C) is known color: Salem. HEX triplet: 0D, 87 and 3C. RGB value is (13,135,60). Sum of RGB (Red+Green+Blue) = 13+135+60=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #0D873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D873C is #F278C3. Grayscale: #5A5A5A. Windows color (decimal): -15890628 or 3966733. OLE color: 3966733.
HSL color Cylindrical-coordinate representation of color #0D873C: hue angle of 143.11º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D873C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 60 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.47 |
| HSL | 143.11º | 0.82% | 0.29% | - |
| HSV(B) | 143.11º | 0.9% | 0.53% | - |
| XYZ | 9.65 | 17.74 | 7.19 | - |
| YUV | 89.97 | 111.08 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 60 | 0.90 | 0 | 0.56 | 0.47 | 143.11 | 0.82 | 0.29 |
| Hex | D | 87 | 3C | 5A | 0 | 38 | 2F | 8F | 52 | 1D |
| Octal | 15 | 207 | 74 | 132 | 0 | 70 | 57 | 217 | 122 | 35 |
| Binary | 1101 | 10000111 | 111100 | 1011010 | 0 | 111000 | 101111 | 10001111 | 1010010 | 11101 |
Color Harmonies of #0D873C
Complementary color
Monochromatic Colors of #0D873C
Black with #0D873C
Text Example
Text Example
White with #0D873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D873C; }
p { color: rgb(13,135,60); }
H1.HeaderClassName
{
color: #0D873C;
}
.AnyTagClassName
{
color: #0D873C;
}
</style>
background-color css
<style>
a { background-color: #0D873C; }
a { background-color: rgb(13,135,60); }
div.DivClassName
{
background-color: #0D873C;
}
.BgClassName
{
background-color: #0D873C;
}
</style>
border-color css
<style>
span { border-color: #0D873C; }
span { border-color: rgb(13,135,60); }
td.TdClassName
{
border-color: #0D873C;
}
.TagClassName
{
border-color: #0D873C;
}
</style>