Shades of Myrtle #0D4902
Tints of Myrtle #0D4902
RGB
CMYK
RGB Variations
Color information
#0D4902 (or 0x0D4902) is known color: Myrtle. HEX triplet: 0D, 49 and 02. RGB value is (13,73,2). Sum of RGB (Red+Green+Blue) = 13+73+2=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4902 is #F2B6FD. Grayscale: #2F2F2F. Windows color (decimal): -15906558 or 149773. OLE color: 149773.
HSL color Cylindrical-coordinate representation of color #0D4902: hue angle of 110.7º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D4902 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 73 | 2 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.71 |
| HSL | 110.7º | 0.95% | 0.15% | - |
| HSV(B) | 110.7º | 0.97% | 0.29% | - |
| XYZ | 2.56 | 4.86 | 0.86 | - |
| YUV | 46.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 2 | 0.82 | 0 | 0.97 | 0.71 | 110.7 | 0.95 | 0.15 |
| Hex | D | 49 | 2 | 52 | 0 | 61 | 47 | 6F | 5F | F |
| Octal | 15 | 111 | 2 | 122 | 0 | 141 | 107 | 157 | 137 | 17 |
| Binary | 1101 | 1001001 | 10 | 1010010 | 0 | 1100001 | 1000111 | 1101111 | 1011111 | 1111 |
Color Harmonies of #0D4902
Complementary color
Monochromatic Colors of #0D4902
Black with #0D4902
Text Example
Text Example
White with #0D4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4902; }
p { color: rgb(13,73,2); }
H1.HeaderClassName
{
color: #0D4902;
}
.AnyTagClassName
{
color: #0D4902;
}
</style>
background-color css
<style>
a { background-color: #0D4902; }
a { background-color: rgb(13,73,2); }
div.DivClassName
{
background-color: #0D4902;
}
.BgClassName
{
background-color: #0D4902;
}
</style>
border-color css
<style>
span { border-color: #0D4902; }
span { border-color: rgb(13,73,2); }
td.TdClassName
{
border-color: #0D4902;
}
.TagClassName
{
border-color: #0D4902;
}
</style>