Shades of Myrtle #0D3205
Tints of Myrtle #0D3205
RGB
CMYK
RGB Variations
Color information
#0D3205 (or 0x0D3205) is known color: Myrtle. HEX triplet: 0D, 32 and 05. RGB value is (13,50,5). Sum of RGB (Red+Green+Blue) = 13+50+5=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3205 is #F2CDFA. Grayscale: #212121. Windows color (decimal): -15912443 or 340493. OLE color: 340493.
HSL color Cylindrical-coordinate representation of color #0D3205: hue angle of 109.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3205 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 5 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.80 |
| HSL | 109.33º | 0.82% | 0.11% | - |
| HSV(B) | 109.33º | 0.9% | 0.2% | - |
| XYZ | 1.33 | 2.38 | 0.53 | - |
| YUV | 33.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 5 | 0.74 | 0 | 0.90 | 0.80 | 109.33 | 0.82 | 0.11 |
| Hex | D | 32 | 5 | 4A | 0 | 5A | 50 | 6D | 52 | B |
| Octal | 15 | 62 | 5 | 112 | 0 | 132 | 120 | 155 | 122 | 13 |
| Binary | 1101 | 110010 | 101 | 1001010 | 0 | 1011010 | 1010000 | 1101101 | 1010010 | 1011 |
Color Harmonies of #0D3205
Complementary color
Monochromatic Colors of #0D3205
Black with #0D3205
Text Example
Text Example
White with #0D3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3205; }
p { color: rgb(13,50,5); }
H1.HeaderClassName
{
color: #0D3205;
}
.AnyTagClassName
{
color: #0D3205;
}
</style>
background-color css
<style>
a { background-color: #0D3205; }
a { background-color: rgb(13,50,5); }
div.DivClassName
{
background-color: #0D3205;
}
.BgClassName
{
background-color: #0D3205;
}
</style>
border-color css
<style>
span { border-color: #0D3205; }
span { border-color: rgb(13,50,5); }
td.TdClassName
{
border-color: #0D3205;
}
.TagClassName
{
border-color: #0D3205;
}
</style>