Shades of Myrtle #0D230C
Tints of Myrtle #0D230C
RGB
CMYK
RGB Variations
Color information
#0D230C (or 0x0D230C) is known color: Myrtle. HEX triplet: 0D, 23 and 0C. RGB value is (13,35,12). Sum of RGB (Red+Green+Blue) = 13+35+12=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #0D230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D230C is #F2DCF3. Grayscale: #191919. Windows color (decimal): -15916276 or 795405. OLE color: 795405.
HSL color Cylindrical-coordinate representation of color #0D230C: hue angle of 117.39º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D230C is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 35 | 12 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.86 |
| HSL | 117.39º | 0.49% | 0.09% | - |
| HSV(B) | 117.39º | 0.66% | 0.14% | - |
| XYZ | 0.83 | 1.31 | 0.56 | - |
| YUV | 25.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 12 | 0.63 | 0 | 0.66 | 0.86 | 117.39 | 0.49 | 0.09 |
| Hex | D | 23 | C | 3F | 0 | 42 | 56 | 75 | 31 | 9 |
| Octal | 15 | 43 | 14 | 77 | 0 | 102 | 126 | 165 | 61 | 11 |
| Binary | 1101 | 100011 | 1100 | 111111 | 0 | 1000010 | 1010110 | 1110101 | 110001 | 1001 |
Color Harmonies of #0D230C
Complementary color
Monochromatic Colors of #0D230C
Black with #0D230C
Text Example
Text Example
White with #0D230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D230C; }
p { color: rgb(13,35,12); }
H1.HeaderClassName
{
color: #0D230C;
}
.AnyTagClassName
{
color: #0D230C;
}
</style>
background-color css
<style>
a { background-color: #0D230C; }
a { background-color: rgb(13,35,12); }
div.DivClassName
{
background-color: #0D230C;
}
.BgClassName
{
background-color: #0D230C;
}
</style>
border-color css
<style>
span { border-color: #0D230C; }
span { border-color: rgb(13,35,12); }
td.TdClassName
{
border-color: #0D230C;
}
.TagClassName
{
border-color: #0D230C;
}
</style>