Shades of Myrtle #0D260B
Tints of Myrtle #0D260B
RGB
CMYK
RGB Variations
Color information
#0D260B (or 0x0D260B) is known color: Myrtle. HEX triplet: 0D, 26 and 0B. RGB value is (13,38,11). Sum of RGB (Red+Green+Blue) = 13+38+11=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #0D260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D260B is #F2D9F4. Grayscale: #1B1B1B. Windows color (decimal): -15915509 or 730637. OLE color: 730637.
HSL color Cylindrical-coordinate representation of color #0D260B: hue angle of 115.56º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D260B is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 11 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.85 |
| HSL | 115.56º | 0.55% | 0.1% | - |
| HSV(B) | 115.56º | 0.71% | 0.15% | - |
| XYZ | 0.92 | 1.5 | 0.56 | - |
| YUV | 27.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 11 | 0.66 | 0 | 0.71 | 0.85 | 115.56 | 0.55 | 0.1 |
| Hex | D | 26 | B | 42 | 0 | 47 | 55 | 74 | 37 | A |
| Octal | 15 | 46 | 13 | 102 | 0 | 107 | 125 | 164 | 67 | 12 |
| Binary | 1101 | 100110 | 1011 | 1000010 | 0 | 1000111 | 1010101 | 1110100 | 110111 | 1010 |
Color Harmonies of #0D260B
Complementary color
Monochromatic Colors of #0D260B
Black with #0D260B
Text Example
Text Example
White with #0D260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D260B; }
p { color: rgb(13,38,11); }
H1.HeaderClassName
{
color: #0D260B;
}
.AnyTagClassName
{
color: #0D260B;
}
</style>
background-color css
<style>
a { background-color: #0D260B; }
a { background-color: rgb(13,38,11); }
div.DivClassName
{
background-color: #0D260B;
}
.BgClassName
{
background-color: #0D260B;
}
</style>
border-color css
<style>
span { border-color: #0D260B; }
span { border-color: rgb(13,38,11); }
td.TdClassName
{
border-color: #0D260B;
}
.TagClassName
{
border-color: #0D260B;
}
</style>