Shades of Myrtle #0D370B
Tints of Myrtle #0D370B
RGB
CMYK
RGB Variations
Color information
#0D370B (or 0x0D370B) is known color: Myrtle. HEX triplet: 0D, 37 and 0B. RGB value is (13,55,11). Sum of RGB (Red+Green+Blue) = 13+55+11=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #0D370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D370B is #F2C8F4. Grayscale: #252525. Windows color (decimal): -15911157 or 734989. OLE color: 734989.
HSL color Cylindrical-coordinate representation of color #0D370B: hue angle of 117.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D370B is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 11 | - |
| CMYK | 0.76 | 0 | 0.8 | 0.78 |
| HSL | 117.27º | 0.67% | 0.13% | - |
| HSV(B) | 117.27º | 0.8% | 0.22% | - |
| XYZ | 1.59 | 2.84 | 0.78 | - |
| YUV | 37.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 11 | 0.76 | 0 | 0.8 | 0.78 | 117.27 | 0.67 | 0.13 |
| Hex | D | 37 | B | 4C | 0 | 50 | 4E | 75 | 43 | D |
| Octal | 15 | 67 | 13 | 114 | 0 | 120 | 116 | 165 | 103 | 15 |
| Binary | 1101 | 110111 | 1011 | 1001100 | 0 | 1010000 | 1001110 | 1110101 | 1000011 | 1101 |
Color Harmonies of #0D370B
Complementary color
Monochromatic Colors of #0D370B
Black with #0D370B
Text Example
Text Example
White with #0D370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D370B; }
p { color: rgb(13,55,11); }
H1.HeaderClassName
{
color: #0D370B;
}
.AnyTagClassName
{
color: #0D370B;
}
</style>
background-color css
<style>
a { background-color: #0D370B; }
a { background-color: rgb(13,55,11); }
div.DivClassName
{
background-color: #0D370B;
}
.BgClassName
{
background-color: #0D370B;
}
</style>
border-color css
<style>
span { border-color: #0D370B; }
span { border-color: rgb(13,55,11); }
td.TdClassName
{
border-color: #0D370B;
}
.TagClassName
{
border-color: #0D370B;
}
</style>