Shades of Myrtle #0D430D
Tints of Myrtle #0D430D
RGB
CMYK
RGB Variations
Color information
#0D430D (or 0x0D430D) is known color: Myrtle. HEX triplet: 0D, 43 and 0D. RGB value is (13,67,13). Sum of RGB (Red+Green+Blue) = 13+67+13=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #0D430D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D430D is #F2BCF2. Grayscale: #2C2C2C. Windows color (decimal): -15908083 or 869133. OLE color: 869133.
HSL color Cylindrical-coordinate representation of color #0D430D: hue angle of 120º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D430D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 13 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.74 |
| HSL | 120º | 0.68% | 0.16% | - |
| HSV(B) | 120º | 0.81% | 0.26% | - |
| XYZ | 2.25 | 4.13 | 1.06 | - |
| YUV | 44.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 13 | 0.81 | 0 | 0.81 | 0.74 | 120 | 0.68 | 0.16 |
| Hex | D | 43 | D | 51 | 0 | 51 | 4A | 78 | 44 | 10 |
| Octal | 15 | 103 | 15 | 121 | 0 | 121 | 112 | 170 | 104 | 20 |
| Binary | 1101 | 1000011 | 1101 | 1010001 | 0 | 1010001 | 1001010 | 1111000 | 1000100 | 10000 |
Color Harmonies of #0D430D
Complementary color
Monochromatic Colors of #0D430D
Black with #0D430D
Text Example
Text Example
White with #0D430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D430D; }
p { color: rgb(13,67,13); }
H1.HeaderClassName
{
color: #0D430D;
}
.AnyTagClassName
{
color: #0D430D;
}
</style>
background-color css
<style>
a { background-color: #0D430D; }
a { background-color: rgb(13,67,13); }
div.DivClassName
{
background-color: #0D430D;
}
.BgClassName
{
background-color: #0D430D;
}
</style>
border-color css
<style>
span { border-color: #0D430D; }
span { border-color: rgb(13,67,13); }
td.TdClassName
{
border-color: #0D430D;
}
.TagClassName
{
border-color: #0D430D;
}
</style>