Shades of Salem #0D8B52
Tints of Salem #0D8B52
RGB
CMYK
RGB Variations
Color information
#0D8B52 (or 0x0D8B52) is known color: Salem. HEX triplet: 0D, 8B and 52. RGB value is (13,139,82). Sum of RGB (Red+Green+Blue) = 13+139+82=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8B52 is #F274AD. Grayscale: #5E5E5E. Windows color (decimal): -15889582 or 5409549. OLE color: 5409549.
HSL color Cylindrical-coordinate representation of color #0D8B52: hue angle of 152.86º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B52 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 82 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.45 |
| HSL | 152.86º | 0.83% | 0.3% | - |
| HSV(B) | 152.86º | 0.91% | 0.55% | - |
| XYZ | 10.92 | 19.16 | 11.11 | - |
| YUV | 94.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 82 | 0.91 | 0 | 0.41 | 0.45 | 152.86 | 0.83 | 0.3 |
| Hex | D | 8B | 52 | 5B | 0 | 29 | 2D | 99 | 53 | 1E |
| Octal | 15 | 213 | 122 | 133 | 0 | 51 | 55 | 231 | 123 | 36 |
| Binary | 1101 | 10001011 | 1010010 | 1011011 | 0 | 101001 | 101101 | 10011001 | 1010011 | 11110 |
Color Harmonies of #0D8B52
Complementary color
Monochromatic Colors of #0D8B52
Black with #0D8B52
Text Example
Text Example
White with #0D8B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B52; }
p { color: rgb(13,139,82); }
H1.HeaderClassName
{
color: #0D8B52;
}
.AnyTagClassName
{
color: #0D8B52;
}
</style>
background-color css
<style>
a { background-color: #0D8B52; }
a { background-color: rgb(13,139,82); }
div.DivClassName
{
background-color: #0D8B52;
}
.BgClassName
{
background-color: #0D8B52;
}
</style>
border-color css
<style>
span { border-color: #0D8B52; }
span { border-color: rgb(13,139,82); }
td.TdClassName
{
border-color: #0D8B52;
}
.TagClassName
{
border-color: #0D8B52;
}
</style>