Shades of Salem #0D9043
Tints of Salem #0D9043
RGB
CMYK
RGB Variations
Color information
#0D9043 (or 0x0D9043) is known color: Salem. HEX triplet: 0D, 90 and 43. RGB value is (13,144,67). Sum of RGB (Red+Green+Blue) = 13+144+67=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9043 is #F26FBC. Grayscale: #606060. Windows color (decimal): -15888317 or 4427789. OLE color: 4427789.
HSL color Cylindrical-coordinate representation of color #0D9043: hue angle of 144.73º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9043 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 67 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.44 |
| HSL | 144.73º | 0.83% | 0.31% | - |
| HSV(B) | 144.73º | 0.91% | 0.56% | - |
| XYZ | 11.15 | 20.44 | 8.67 | - |
| YUV | 96.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 67 | 0.91 | 0 | 0.53 | 0.44 | 144.73 | 0.83 | 0.31 |
| Hex | D | 90 | 43 | 5B | 0 | 35 | 2C | 91 | 53 | 1F |
| Octal | 15 | 220 | 103 | 133 | 0 | 65 | 54 | 221 | 123 | 37 |
| Binary | 1101 | 10010000 | 1000011 | 1011011 | 0 | 110101 | 101100 | 10010001 | 1010011 | 11111 |
Color Harmonies of #0D9043
Complementary color
Monochromatic Colors of #0D9043
Black with #0D9043
Text Example
Text Example
White with #0D9043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9043; }
p { color: rgb(13,144,67); }
H1.HeaderClassName
{
color: #0D9043;
}
.AnyTagClassName
{
color: #0D9043;
}
</style>
background-color css
<style>
a { background-color: #0D9043; }
a { background-color: rgb(13,144,67); }
div.DivClassName
{
background-color: #0D9043;
}
.BgClassName
{
background-color: #0D9043;
}
</style>
border-color css
<style>
span { border-color: #0D9043; }
span { border-color: rgb(13,144,67); }
td.TdClassName
{
border-color: #0D9043;
}
.TagClassName
{
border-color: #0D9043;
}
</style>