Shades of Myrtle #101E0D
Tints of Myrtle #101E0D
RGB
CMYK
RGB Variations
Color information
#101E0D (or 0x101E0D) is known color: Myrtle. HEX triplet: 10, 1E and 0D. RGB value is (16,30,13). Sum of RGB (Red+Green+Blue) = 16+30+13=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #101E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E0D is #EFE1F2. Grayscale: #171717. Windows color (decimal): -15720947 or 859664. OLE color: 859664.
HSL color Cylindrical-coordinate representation of color #101E0D: hue angle of 109.41º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #101E0D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 13 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.88 |
| HSL | 109.41º | 0.4% | 0.08% | - |
| HSV(B) | 109.41º | 0.57% | 0.12% | - |
| XYZ | 0.75 | 1.07 | 0.55 | - |
| YUV | 23.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 13 | 0.47 | 0 | 0.57 | 0.88 | 109.41 | 0.4 | 0.08 |
| Hex | 10 | 1E | D | 2F | 0 | 39 | 58 | 6D | 28 | 8 |
| Octal | 20 | 36 | 15 | 57 | 0 | 71 | 130 | 155 | 50 | 10 |
| Binary | 10000 | 11110 | 1101 | 101111 | 0 | 111001 | 1011000 | 1101101 | 101000 | 1000 |
Color Harmonies of #101E0D
Complementary color
Monochromatic Colors of #101E0D
Black with #101E0D
Text Example
Text Example
White with #101E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E0D; }
p { color: rgb(16,30,13); }
H1.HeaderClassName
{
color: #101E0D;
}
.AnyTagClassName
{
color: #101E0D;
}
</style>
background-color css
<style>
a { background-color: #101E0D; }
a { background-color: rgb(16,30,13); }
div.DivClassName
{
background-color: #101E0D;
}
.BgClassName
{
background-color: #101E0D;
}
</style>
border-color css
<style>
span { border-color: #101E0D; }
span { border-color: rgb(16,30,13); }
td.TdClassName
{
border-color: #101E0D;
}
.TagClassName
{
border-color: #101E0D;
}
</style>