Shades of Myrtle #103D01
Tints of Myrtle #103D01
RGB
CMYK
RGB Variations
Color information
#103D01 (or 0x103D01) is known color: Myrtle. HEX triplet: 10, 3D and 01. RGB value is (16,61,1). Sum of RGB (Red+Green+Blue) = 16+61+1=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #103D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103D01 is #EFC2FE. Grayscale: #282828. Windows color (decimal): -15713023 or 81168. OLE color: 81168.
HSL color Cylindrical-coordinate representation of color #103D01: hue angle of 105º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #103D01 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 61 | 1 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.76 |
| HSL | 105º | 0.97% | 0.12% | - |
| HSV(B) | 105º | 0.98% | 0.24% | - |
| XYZ | 1.89 | 3.45 | 0.6 | - |
| YUV | 40.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 1 | 0.74 | 0 | 0.98 | 0.76 | 105 | 0.97 | 0.12 |
| Hex | 10 | 3D | 1 | 4A | 0 | 62 | 4C | 69 | 61 | C |
| Octal | 20 | 75 | 1 | 112 | 0 | 142 | 114 | 151 | 141 | 14 |
| Binary | 10000 | 111101 | 1 | 1001010 | 0 | 1100010 | 1001100 | 1101001 | 1100001 | 1100 |
Color Harmonies of #103D01
Complementary color
Monochromatic Colors of #103D01
Black with #103D01
Text Example
Text Example
White with #103D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D01; }
p { color: rgb(16,61,1); }
H1.HeaderClassName
{
color: #103D01;
}
.AnyTagClassName
{
color: #103D01;
}
</style>
background-color css
<style>
a { background-color: #103D01; }
a { background-color: rgb(16,61,1); }
div.DivClassName
{
background-color: #103D01;
}
.BgClassName
{
background-color: #103D01;
}
</style>
border-color css
<style>
span { border-color: #103D01; }
span { border-color: rgb(16,61,1); }
td.TdClassName
{
border-color: #103D01;
}
.TagClassName
{
border-color: #103D01;
}
</style>