Shades of Jewel #0D5946
Tints of Jewel #0D5946
RGB
CMYK
RGB Variations
Color information
#0D5946 (or 0x0D5946) is known color: Jewel. HEX triplet: 0D, 59 and 46. RGB value is (13,89,70). Sum of RGB (Red+Green+Blue) = 13+89+70=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5946 is #F2A6B9. Grayscale: #404040. Windows color (decimal): -15902394 or 4610317. OLE color: 4610317.
HSL color Cylindrical-coordinate representation of color #0D5946: hue angle of 165º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5946 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 70 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.65 |
| HSL | 165º | 0.75% | 0.2% | - |
| HSV(B) | 165º | 0.85% | 0.35% | - |
| XYZ | 4.84 | 7.67 | 7.02 | - |
| YUV | 64.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 70 | 0.85 | 0 | 0.21 | 0.65 | 165 | 0.75 | 0.2 |
| Hex | D | 59 | 46 | 55 | 0 | 15 | 41 | A5 | 4B | 14 |
| Octal | 15 | 131 | 106 | 125 | 0 | 25 | 101 | 245 | 113 | 24 |
| Binary | 1101 | 1011001 | 1000110 | 1010101 | 0 | 10101 | 1000001 | 10100101 | 1001011 | 10100 |
Color Harmonies of #0D5946
Complementary color
Monochromatic Colors of #0D5946
Black with #0D5946
Text Example
Text Example
White with #0D5946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5946; }
p { color: rgb(13,89,70); }
H1.HeaderClassName
{
color: #0D5946;
}
.AnyTagClassName
{
color: #0D5946;
}
</style>
background-color css
<style>
a { background-color: #0D5946; }
a { background-color: rgb(13,89,70); }
div.DivClassName
{
background-color: #0D5946;
}
.BgClassName
{
background-color: #0D5946;
}
</style>
border-color css
<style>
span { border-color: #0D5946; }
span { border-color: rgb(13,89,70); }
td.TdClassName
{
border-color: #0D5946;
}
.TagClassName
{
border-color: #0D5946;
}
</style>