Shades of Jewel #0D5F46
Tints of Jewel #0D5F46
RGB
CMYK
RGB Variations
Color information
#0D5F46 (or 0x0D5F46) is known color: Jewel. HEX triplet: 0D, 5F and 46. RGB value is (13,95,70). Sum of RGB (Red+Green+Blue) = 13+95+70=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5F46 is #F2A0B9. Grayscale: #434343. Windows color (decimal): -15900858 or 4611853. OLE color: 4611853.
HSL color Cylindrical-coordinate representation of color #0D5F46: hue angle of 161.71º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5F46 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 95 | 70 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.63 |
| HSL | 161.71º | 0.76% | 0.21% | - |
| HSV(B) | 161.71º | 0.86% | 0.37% | - |
| XYZ | 5.36 | 8.71 | 7.19 | - |
| YUV | 67.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 70 | 0.86 | 0 | 0.26 | 0.63 | 161.71 | 0.76 | 0.21 |
| Hex | D | 5F | 46 | 56 | 0 | 1A | 3F | A2 | 4C | 15 |
| Octal | 15 | 137 | 106 | 126 | 0 | 32 | 77 | 242 | 114 | 25 |
| Binary | 1101 | 1011111 | 1000110 | 1010110 | 0 | 11010 | 111111 | 10100010 | 1001100 | 10101 |
Color Harmonies of #0D5F46
Complementary color
Monochromatic Colors of #0D5F46
Black with #0D5F46
Text Example
Text Example
White with #0D5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5F46; }
p { color: rgb(13,95,70); }
H1.HeaderClassName
{
color: #0D5F46;
}
.AnyTagClassName
{
color: #0D5F46;
}
</style>
background-color css
<style>
a { background-color: #0D5F46; }
a { background-color: rgb(13,95,70); }
div.DivClassName
{
background-color: #0D5F46;
}
.BgClassName
{
background-color: #0D5F46;
}
</style>
border-color css
<style>
span { border-color: #0D5F46; }
span { border-color: rgb(13,95,70); }
td.TdClassName
{
border-color: #0D5F46;
}
.TagClassName
{
border-color: #0D5F46;
}
</style>