Shades of Jewel #0D5841
Tints of Jewel #0D5841
RGB
CMYK
RGB Variations
Color information
#0D5841 (or 0x0D5841) is known color: Jewel. HEX triplet: 0D, 58 and 41. RGB value is (13,88,65). Sum of RGB (Red+Green+Blue) = 13+88+65=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5841 is #F2A7BE. Grayscale: #3E3E3E. Windows color (decimal): -15902655 or 4282381. OLE color: 4282381.
HSL color Cylindrical-coordinate representation of color #0D5841: hue angle of 161.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 #0D5841 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 65 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.65 |
| HSL | 161.6º | 0.74% | 0.2% | - |
| HSV(B) | 161.6º | 0.85% | 0.35% | - |
| XYZ | 4.61 | 7.45 | 6.2 | - |
| YUV | 62.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 65 | 0.85 | 0 | 0.26 | 0.65 | 161.6 | 0.74 | 0.2 |
| Hex | D | 58 | 41 | 55 | 0 | 1A | 41 | A2 | 4A | 14 |
| Octal | 15 | 130 | 101 | 125 | 0 | 32 | 101 | 242 | 112 | 24 |
| Binary | 1101 | 1011000 | 1000001 | 1010101 | 0 | 11010 | 1000001 | 10100010 | 1001010 | 10100 |
Color Harmonies of #0D5841
Complementary color
Monochromatic Colors of #0D5841
Black with #0D5841
Text Example
Text Example
White with #0D5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5841; }
p { color: rgb(13,88,65); }
H1.HeaderClassName
{
color: #0D5841;
}
.AnyTagClassName
{
color: #0D5841;
}
</style>
background-color css
<style>
a { background-color: #0D5841; }
a { background-color: rgb(13,88,65); }
div.DivClassName
{
background-color: #0D5841;
}
.BgClassName
{
background-color: #0D5841;
}
</style>
border-color css
<style>
span { border-color: #0D5841; }
span { border-color: rgb(13,88,65); }
td.TdClassName
{
border-color: #0D5841;
}
.TagClassName
{
border-color: #0D5841;
}
</style>