Shades of Myrtle #0D3202
Tints of Myrtle #0D3202
RGB
CMYK
RGB Variations
Color information
#0D3202 (or 0x0D3202) is known color: Myrtle. HEX triplet: 0D, 32 and 02. RGB value is (13,50,2). Sum of RGB (Red+Green+Blue) = 13+50+2=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3202 is #F2CDFD. Grayscale: #212121. Windows color (decimal): -15912446 or 143885. OLE color: 143885.
HSL color Cylindrical-coordinate representation of color #0D3202: hue angle of 106.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D3202 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 2 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.80 |
| HSL | 106.25º | 0.92% | 0.1% | - |
| HSV(B) | 106.25º | 0.96% | 0.2% | - |
| XYZ | 1.32 | 2.37 | 0.45 | - |
| YUV | 33.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 2 | 0.74 | 0 | 0.96 | 0.80 | 106.25 | 0.92 | 0.1 |
| Hex | D | 32 | 2 | 4A | 0 | 60 | 50 | 6A | 5C | A |
| Octal | 15 | 62 | 2 | 112 | 0 | 140 | 120 | 152 | 134 | 12 |
| Binary | 1101 | 110010 | 10 | 1001010 | 0 | 1100000 | 1010000 | 1101010 | 1011100 | 1010 |
Color Harmonies of #0D3202
Complementary color
Monochromatic Colors of #0D3202
Black with #0D3202
Text Example
Text Example
White with #0D3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3202; }
p { color: rgb(13,50,2); }
H1.HeaderClassName
{
color: #0D3202;
}
.AnyTagClassName
{
color: #0D3202;
}
</style>
background-color css
<style>
a { background-color: #0D3202; }
a { background-color: rgb(13,50,2); }
div.DivClassName
{
background-color: #0D3202;
}
.BgClassName
{
background-color: #0D3202;
}
</style>
border-color css
<style>
span { border-color: #0D3202; }
span { border-color: rgb(13,50,2); }
td.TdClassName
{
border-color: #0D3202;
}
.TagClassName
{
border-color: #0D3202;
}
</style>