Shades of Myrtle #0D3405
Tints of Myrtle #0D3405
RGB
CMYK
RGB Variations
Color information
#0D3405 (or 0x0D3405) is known color: Myrtle. HEX triplet: 0D, 34 and 05. RGB value is (13,52,5). Sum of RGB (Red+Green+Blue) = 13+52+5=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3405 is #F2CBFA. Grayscale: #232323. Windows color (decimal): -15911931 or 341005. OLE color: 341005.
HSL color Cylindrical-coordinate representation of color #0D3405: hue angle of 109.79º 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 #0D3405 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 52 | 5 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.80 |
| HSL | 109.79º | 0.82% | 0.11% | - |
| HSV(B) | 109.79º | 0.9% | 0.2% | - |
| XYZ | 1.42 | 2.55 | 0.56 | - |
| YUV | 34.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 5 | 0.75 | 0 | 0.90 | 0.80 | 109.79 | 0.82 | 0.11 |
| Hex | D | 34 | 5 | 4B | 0 | 5A | 50 | 6E | 52 | B |
| Octal | 15 | 64 | 5 | 113 | 0 | 132 | 120 | 156 | 122 | 13 |
| Binary | 1101 | 110100 | 101 | 1001011 | 0 | 1011010 | 1010000 | 1101110 | 1010010 | 1011 |
Color Harmonies of #0D3405
Complementary color
Monochromatic Colors of #0D3405
Black with #0D3405
Text Example
Text Example
White with #0D3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3405; }
p { color: rgb(13,52,5); }
H1.HeaderClassName
{
color: #0D3405;
}
.AnyTagClassName
{
color: #0D3405;
}
</style>
background-color css
<style>
a { background-color: #0D3405; }
a { background-color: rgb(13,52,5); }
div.DivClassName
{
background-color: #0D3405;
}
.BgClassName
{
background-color: #0D3405;
}
</style>
border-color css
<style>
span { border-color: #0D3405; }
span { border-color: rgb(13,52,5); }
td.TdClassName
{
border-color: #0D3405;
}
.TagClassName
{
border-color: #0D3405;
}
</style>