Shades of Myrtle #0D330F
Tints of Myrtle #0D330F
RGB
CMYK
RGB Variations
Color information
#0D330F (or 0x0D330F) is known color: Myrtle. HEX triplet: 0D, 33 and 0F. RGB value is (13,51,15). Sum of RGB (Red+Green+Blue) = 13+51+15=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #0D330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D330F is #F2CCF0. Grayscale: #232323. Windows color (decimal): -15912177 or 996109. OLE color: 996109.
HSL color Cylindrical-coordinate representation of color #0D330F: hue angle of 123.16º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D330F is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 15 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.8 |
| HSL | 123.16º | 0.59% | 0.13% | - |
| HSV(B) | 123.16º | 0.75% | 0.2% | - |
| XYZ | 1.44 | 2.49 | 0.86 | - |
| YUV | 35.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 15 | 0.75 | 0 | 0.71 | 0.8 | 123.16 | 0.59 | 0.13 |
| Hex | D | 33 | F | 4B | 0 | 47 | 50 | 7B | 3B | D |
| Octal | 15 | 63 | 17 | 113 | 0 | 107 | 120 | 173 | 73 | 15 |
| Binary | 1101 | 110011 | 1111 | 1001011 | 0 | 1000111 | 1010000 | 1111011 | 111011 | 1101 |
Color Harmonies of #0D330F
Complementary color
Monochromatic Colors of #0D330F
Black with #0D330F
Text Example
Text Example
White with #0D330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D330F; }
p { color: rgb(13,51,15); }
H1.HeaderClassName
{
color: #0D330F;
}
.AnyTagClassName
{
color: #0D330F;
}
</style>
background-color css
<style>
a { background-color: #0D330F; }
a { background-color: rgb(13,51,15); }
div.DivClassName
{
background-color: #0D330F;
}
.BgClassName
{
background-color: #0D330F;
}
</style>
border-color css
<style>
span { border-color: #0D330F; }
span { border-color: rgb(13,51,15); }
td.TdClassName
{
border-color: #0D330F;
}
.TagClassName
{
border-color: #0D330F;
}
</style>