Shades of Myrtle #0D3E08
Tints of Myrtle #0D3E08
RGB
CMYK
RGB Variations
Color information
#0D3E08 (or 0x0D3E08) is known color: Myrtle. HEX triplet: 0D, 3E and 08. RGB value is (13,62,8). Sum of RGB (Red+Green+Blue) = 13+62+8=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 62 (24.61% from 255 or 74.70% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3E08 is #F2C1F7. Grayscale: #292929. Windows color (decimal): -15909368 or 540173. OLE color: 540173.
HSL color Cylindrical-coordinate representation of color #0D3E08: hue angle of 114.44º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D3E08 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 8 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.76 |
| HSL | 114.44º | 0.77% | 0.14% | - |
| HSV(B) | 114.44º | 0.87% | 0.24% | - |
| XYZ | 1.93 | 3.55 | 0.81 | - |
| YUV | 41.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 8 | 0.79 | 0 | 0.87 | 0.76 | 114.44 | 0.77 | 0.14 |
| Hex | D | 3E | 8 | 4F | 0 | 57 | 4C | 72 | 4D | E |
| Octal | 15 | 76 | 10 | 117 | 0 | 127 | 114 | 162 | 115 | 16 |
| Binary | 1101 | 111110 | 1000 | 1001111 | 0 | 1010111 | 1001100 | 1110010 | 1001101 | 1110 |
Color Harmonies of #0D3E08
Complementary color
Monochromatic Colors of #0D3E08
Black with #0D3E08
Text Example
Text Example
White with #0D3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E08; }
p { color: rgb(13,62,8); }
H1.HeaderClassName
{
color: #0D3E08;
}
.AnyTagClassName
{
color: #0D3E08;
}
</style>
background-color css
<style>
a { background-color: #0D3E08; }
a { background-color: rgb(13,62,8); }
div.DivClassName
{
background-color: #0D3E08;
}
.BgClassName
{
background-color: #0D3E08;
}
</style>
border-color css
<style>
span { border-color: #0D3E08; }
span { border-color: rgb(13,62,8); }
td.TdClassName
{
border-color: #0D3E08;
}
.TagClassName
{
border-color: #0D3E08;
}
</style>