Shades of Salem #0D7A4E
Tints of Salem #0D7A4E
RGB
CMYK
RGB Variations
Color information
#0D7A4E (or 0x0D7A4E) is known color: Salem. HEX triplet: 0D, 7A and 4E. RGB value is (13,122,78). Sum of RGB (Red+Green+Blue) = 13+122+78=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #0D7A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7A4E is #F285B1. Grayscale: #545454. Windows color (decimal): -15893938 or 5143053. OLE color: 5143053.
HSL color Cylindrical-coordinate representation of color #0D7A4E: hue angle of 155.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7A4E is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 122 | 78 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.52 |
| HSL | 155.78º | 0.81% | 0.26% | - |
| HSV(B) | 155.78º | 0.89% | 0.48% | - |
| XYZ | 8.5 | 14.55 | 9.57 | - |
| YUV | 84.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 122 | 78 | 0.89 | 0 | 0.36 | 0.52 | 155.78 | 0.81 | 0.26 |
| Hex | D | 7A | 4E | 59 | 0 | 24 | 34 | 9C | 51 | 1A |
| Octal | 15 | 172 | 116 | 131 | 0 | 44 | 64 | 234 | 121 | 32 |
| Binary | 1101 | 1111010 | 1001110 | 1011001 | 0 | 100100 | 110100 | 10011100 | 1010001 | 11010 |
Color Harmonies of #0D7A4E
Complementary color
Monochromatic Colors of #0D7A4E
Black with #0D7A4E
Text Example
Text Example
White with #0D7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7A4E; }
p { color: rgb(13,122,78); }
H1.HeaderClassName
{
color: #0D7A4E;
}
.AnyTagClassName
{
color: #0D7A4E;
}
</style>
background-color css
<style>
a { background-color: #0D7A4E; }
a { background-color: rgb(13,122,78); }
div.DivClassName
{
background-color: #0D7A4E;
}
.BgClassName
{
background-color: #0D7A4E;
}
</style>
border-color css
<style>
span { border-color: #0D7A4E; }
span { border-color: rgb(13,122,78); }
td.TdClassName
{
border-color: #0D7A4E;
}
.TagClassName
{
border-color: #0D7A4E;
}
</style>