Shades of Salem #0D8452
Tints of Salem #0D8452
RGB
CMYK
RGB Variations
Color information
#0D8452 (or 0x0D8452) is known color: Salem. HEX triplet: 0D, 84 and 52. RGB value is (13,132,82). Sum of RGB (Red+Green+Blue) = 13+132+82=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8452 is #F27BAD. Grayscale: #5A5A5A. Windows color (decimal): -15891374 or 5407757. OLE color: 5407757.
HSL color Cylindrical-coordinate representation of color #0D8452: hue angle of 154.79º 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 #0D8452 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 82 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.48 |
| HSL | 154.79º | 0.82% | 0.28% | - |
| HSV(B) | 154.79º | 0.9% | 0.52% | - |
| XYZ | 9.94 | 17.2 | 10.78 | - |
| YUV | 90.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 82 | 0.90 | 0 | 0.38 | 0.48 | 154.79 | 0.82 | 0.28 |
| Hex | D | 84 | 52 | 5A | 0 | 26 | 30 | 9B | 52 | 1C |
| Octal | 15 | 204 | 122 | 132 | 0 | 46 | 60 | 233 | 122 | 34 |
| Binary | 1101 | 10000100 | 1010010 | 1011010 | 0 | 100110 | 110000 | 10011011 | 1010010 | 11100 |
Color Harmonies of #0D8452
Complementary color
Monochromatic Colors of #0D8452
Black with #0D8452
Text Example
Text Example
White with #0D8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8452; }
p { color: rgb(13,132,82); }
H1.HeaderClassName
{
color: #0D8452;
}
.AnyTagClassName
{
color: #0D8452;
}
</style>
background-color css
<style>
a { background-color: #0D8452; }
a { background-color: rgb(13,132,82); }
div.DivClassName
{
background-color: #0D8452;
}
.BgClassName
{
background-color: #0D8452;
}
</style>
border-color css
<style>
span { border-color: #0D8452; }
span { border-color: rgb(13,132,82); }
td.TdClassName
{
border-color: #0D8452;
}
.TagClassName
{
border-color: #0D8452;
}
</style>