Shades of Jewel #0D5845
Tints of Jewel #0D5845
RGB
CMYK
RGB Variations
Color information
#0D5845 (or 0x0D5845) is known color: Jewel. HEX triplet: 0D, 58 and 45. RGB value is (13,88,69). Sum of RGB (Red+Green+Blue) = 13+88+69=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5845 is #F2A7BA. Grayscale: #3F3F3F. Windows color (decimal): -15902651 or 4544525. OLE color: 4544525.
HSL color Cylindrical-coordinate representation of color #0D5845: hue angle of 164.8º 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 #0D5845 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 69 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.65 |
| HSL | 164.8º | 0.74% | 0.2% | - |
| HSV(B) | 164.8º | 0.85% | 0.35% | - |
| XYZ | 4.73 | 7.49 | 6.83 | - |
| YUV | 63.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 69 | 0.85 | 0 | 0.22 | 0.65 | 164.8 | 0.74 | 0.2 |
| Hex | D | 58 | 45 | 55 | 0 | 16 | 41 | A5 | 4A | 14 |
| Octal | 15 | 130 | 105 | 125 | 0 | 26 | 101 | 245 | 112 | 24 |
| Binary | 1101 | 1011000 | 1000101 | 1010101 | 0 | 10110 | 1000001 | 10100101 | 1001010 | 10100 |
Color Harmonies of #0D5845
Complementary color
Monochromatic Colors of #0D5845
Black with #0D5845
Text Example
Text Example
White with #0D5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5845; }
p { color: rgb(13,88,69); }
H1.HeaderClassName
{
color: #0D5845;
}
.AnyTagClassName
{
color: #0D5845;
}
</style>
background-color css
<style>
a { background-color: #0D5845; }
a { background-color: rgb(13,88,69); }
div.DivClassName
{
background-color: #0D5845;
}
.BgClassName
{
background-color: #0D5845;
}
</style>
border-color css
<style>
span { border-color: #0D5845; }
span { border-color: rgb(13,88,69); }
td.TdClassName
{
border-color: #0D5845;
}
.TagClassName
{
border-color: #0D5845;
}
</style>