Shades of Myrtle #0D450D
Tints of Myrtle #0D450D
RGB
CMYK
RGB Variations
Color information
#0D450D (or 0x0D450D) is known color: Myrtle. HEX triplet: 0D, 45 and 0D. RGB value is (13,69,13). Sum of RGB (Red+Green+Blue) = 13+69+13=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #0D450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D450D is #F2BAF2. Grayscale: #2E2E2E. Windows color (decimal): -15907571 or 869645. OLE color: 869645.
HSL color Cylindrical-coordinate representation of color #0D450D: hue angle of 120º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D450D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 69 | 13 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.73 |
| HSL | 120º | 0.68% | 0.16% | - |
| HSV(B) | 120º | 0.81% | 0.27% | - |
| XYZ | 2.37 | 4.37 | 1.1 | - |
| YUV | 45.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 13 | 0.81 | 0 | 0.81 | 0.73 | 120 | 0.68 | 0.16 |
| Hex | D | 45 | D | 51 | 0 | 51 | 49 | 78 | 44 | 10 |
| Octal | 15 | 105 | 15 | 121 | 0 | 121 | 111 | 170 | 104 | 20 |
| Binary | 1101 | 1000101 | 1101 | 1010001 | 0 | 1010001 | 1001001 | 1111000 | 1000100 | 10000 |
Color Harmonies of #0D450D
Complementary color
Monochromatic Colors of #0D450D
Black with #0D450D
Text Example
Text Example
White with #0D450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D450D; }
p { color: rgb(13,69,13); }
H1.HeaderClassName
{
color: #0D450D;
}
.AnyTagClassName
{
color: #0D450D;
}
</style>
background-color css
<style>
a { background-color: #0D450D; }
a { background-color: rgb(13,69,13); }
div.DivClassName
{
background-color: #0D450D;
}
.BgClassName
{
background-color: #0D450D;
}
</style>
border-color css
<style>
span { border-color: #0D450D; }
span { border-color: rgb(13,69,13); }
td.TdClassName
{
border-color: #0D450D;
}
.TagClassName
{
border-color: #0D450D;
}
</style>