Shades of Myrtle #103D06
Tints of Myrtle #103D06
RGB
CMYK
RGB Variations
Color information
#103D06 (or 0x103D06) is known color: Myrtle. HEX triplet: 10, 3D and 06. RGB value is (16,61,6). Sum of RGB (Red+Green+Blue) = 16+61+6=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 61 (24.22% from 255 or 73.49% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 61 - color contains mainly: green. Hex color #103D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103D06 is #EFC2F9. Grayscale: #292929. Windows color (decimal): -15713018 or 408848. OLE color: 408848.
HSL color Cylindrical-coordinate representation of color #103D06: hue angle of 109.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #103D06 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 61 | 6 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.76 |
| HSL | 109.09º | 0.82% | 0.13% | - |
| HSV(B) | 109.09º | 0.9% | 0.24% | - |
| XYZ | 1.92 | 3.46 | 0.74 | - |
| YUV | 41.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 6 | 0.74 | 0 | 0.90 | 0.76 | 109.09 | 0.82 | 0.13 |
| Hex | 10 | 3D | 6 | 4A | 0 | 5A | 4C | 6D | 52 | D |
| Octal | 20 | 75 | 6 | 112 | 0 | 132 | 114 | 155 | 122 | 15 |
| Binary | 10000 | 111101 | 110 | 1001010 | 0 | 1011010 | 1001100 | 1101101 | 1010010 | 1101 |
Color Harmonies of #103D06
Complementary color
Monochromatic Colors of #103D06
Black with #103D06
Text Example
Text Example
White with #103D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D06; }
p { color: rgb(16,61,6); }
H1.HeaderClassName
{
color: #103D06;
}
.AnyTagClassName
{
color: #103D06;
}
</style>
background-color css
<style>
a { background-color: #103D06; }
a { background-color: rgb(16,61,6); }
div.DivClassName
{
background-color: #103D06;
}
.BgClassName
{
background-color: #103D06;
}
</style>
border-color css
<style>
span { border-color: #103D06; }
span { border-color: rgb(16,61,6); }
td.TdClassName
{
border-color: #103D06;
}
.TagClassName
{
border-color: #103D06;
}
</style>