Shades of Myrtle #0D3F0A
Tints of Myrtle #0D3F0A
RGB
CMYK
RGB Variations
Color information
#0D3F0A (or 0x0D3F0A) is known color: Myrtle. HEX triplet: 0D, 3F and 0A. RGB value is (13,63,10). Sum of RGB (Red+Green+Blue) = 13+63+10=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #0D3F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3F0A is #F2C0F5. Grayscale: #2A2A2A. Windows color (decimal): -15909110 or 671501. OLE color: 671501.
HSL color Cylindrical-coordinate representation of color #0D3F0A: hue angle of 116.6º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3F0A is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 63 | 10 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.75 |
| HSL | 116.6º | 0.73% | 0.14% | - |
| HSV(B) | 116.6º | 0.84% | 0.25% | - |
| XYZ | 2 | 3.66 | 0.89 | - |
| YUV | 42.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 10 | 0.79 | 0 | 0.84 | 0.75 | 116.6 | 0.73 | 0.14 |
| Hex | D | 3F | A | 4F | 0 | 54 | 4B | 75 | 49 | E |
| Octal | 15 | 77 | 12 | 117 | 0 | 124 | 113 | 165 | 111 | 16 |
| Binary | 1101 | 111111 | 1010 | 1001111 | 0 | 1010100 | 1001011 | 1110101 | 1001001 | 1110 |
Color Harmonies of #0D3F0A
Complementary color
Monochromatic Colors of #0D3F0A
Black with #0D3F0A
Text Example
Text Example
White with #0D3F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3F0A; }
p { color: rgb(13,63,10); }
H1.HeaderClassName
{
color: #0D3F0A;
}
.AnyTagClassName
{
color: #0D3F0A;
}
</style>
background-color css
<style>
a { background-color: #0D3F0A; }
a { background-color: rgb(13,63,10); }
div.DivClassName
{
background-color: #0D3F0A;
}
.BgClassName
{
background-color: #0D3F0A;
}
</style>
border-color css
<style>
span { border-color: #0D3F0A; }
span { border-color: rgb(13,63,10); }
td.TdClassName
{
border-color: #0D3F0A;
}
.TagClassName
{
border-color: #0D3F0A;
}
</style>