Shades of Salem #0D824F
Tints of Salem #0D824F
RGB
CMYK
RGB Variations
Color information
#0D824F (or 0x0D824F) is known color: Salem. HEX triplet: 0D, 82 and 4F. RGB value is (13,130,79). Sum of RGB (Red+Green+Blue) = 13+130+79=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #0D824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D824F is #F27DB0. Grayscale: #595959. Windows color (decimal): -15891889 or 5210637. OLE color: 5210637.
HSL color Cylindrical-coordinate representation of color #0D824F: hue angle of 153.85º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D824F is Cyan = 0.9, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 79 | - |
| CMYK | 0.9 | 0 | 0.39 | 0.49 |
| HSL | 153.85º | 0.82% | 0.28% | - |
| HSV(B) | 153.85º | 0.9% | 0.51% | - |
| XYZ | 9.56 | 16.62 | 10.1 | - |
| YUV | 89.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 79 | 0.9 | 0 | 0.39 | 0.49 | 153.85 | 0.82 | 0.28 |
| Hex | D | 82 | 4F | 5A | 0 | 27 | 31 | 9A | 52 | 1C |
| Octal | 15 | 202 | 117 | 132 | 0 | 47 | 61 | 232 | 122 | 34 |
| Binary | 1101 | 10000010 | 1001111 | 1011010 | 0 | 100111 | 110001 | 10011010 | 1010010 | 11100 |
Color Harmonies of #0D824F
Complementary color
Monochromatic Colors of #0D824F
Black with #0D824F
Text Example
Text Example
White with #0D824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D824F; }
p { color: rgb(13,130,79); }
H1.HeaderClassName
{
color: #0D824F;
}
.AnyTagClassName
{
color: #0D824F;
}
</style>
background-color css
<style>
a { background-color: #0D824F; }
a { background-color: rgb(13,130,79); }
div.DivClassName
{
background-color: #0D824F;
}
.BgClassName
{
background-color: #0D824F;
}
</style>
border-color css
<style>
span { border-color: #0D824F; }
span { border-color: rgb(13,130,79); }
td.TdClassName
{
border-color: #0D824F;
}
.TagClassName
{
border-color: #0D824F;
}
</style>