Shades of Jewel #0D5846
Tints of Jewel #0D5846
RGB
CMYK
RGB Variations
Color information
#0D5846 (or 0x0D5846) is known color: Jewel. HEX triplet: 0D, 58 and 46. RGB value is (13,88,70). Sum of RGB (Red+Green+Blue) = 13+88+70=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5846 is #F2A7B9. Grayscale: #3F3F3F. Windows color (decimal): -15902650 or 4610061. OLE color: 4610061.
HSL color Cylindrical-coordinate representation of color #0D5846: hue angle of 165.6º degrees, saturation: 0.74, 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 #0D5846 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 70 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.65 |
| HSL | 165.6º | 0.74% | 0.2% | - |
| HSV(B) | 165.6º | 0.85% | 0.35% | - |
| XYZ | 4.76 | 7.51 | 6.99 | - |
| YUV | 63.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 70 | 0.85 | 0 | 0.20 | 0.65 | 165.6 | 0.74 | 0.2 |
| Hex | D | 58 | 46 | 55 | 0 | 14 | 41 | A6 | 4A | 14 |
| Octal | 15 | 130 | 106 | 125 | 0 | 24 | 101 | 246 | 112 | 24 |
| Binary | 1101 | 1011000 | 1000110 | 1010101 | 0 | 10100 | 1000001 | 10100110 | 1001010 | 10100 |
Color Harmonies of #0D5846
Complementary color
Monochromatic Colors of #0D5846
Black with #0D5846
Text Example
Text Example
White with #0D5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5846; }
p { color: rgb(13,88,70); }
H1.HeaderClassName
{
color: #0D5846;
}
.AnyTagClassName
{
color: #0D5846;
}
</style>
background-color css
<style>
a { background-color: #0D5846; }
a { background-color: rgb(13,88,70); }
div.DivClassName
{
background-color: #0D5846;
}
.BgClassName
{
background-color: #0D5846;
}
</style>
border-color css
<style>
span { border-color: #0D5846; }
span { border-color: rgb(13,88,70); }
td.TdClassName
{
border-color: #0D5846;
}
.TagClassName
{
border-color: #0D5846;
}
</style>