Shades of Myrtle #10240E
Tints of Myrtle #10240E
RGB
CMYK
RGB Variations
Color information
#10240E (or 0x10240E) is known color: Myrtle. HEX triplet: 10, 24 and 0E. RGB value is (16,36,14). Sum of RGB (Red+Green+Blue) = 16+36+14=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #10240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10240E is #EFDBF1. Grayscale: #1B1B1B. Windows color (decimal): -15719410 or 926736. OLE color: 926736.
HSL color Cylindrical-coordinate representation of color #10240E: hue angle of 114.55º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #10240E is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 36 | 14 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.86 |
| HSL | 114.55º | 0.44% | 0.1% | - |
| HSV(B) | 114.55º | 0.61% | 0.14% | - |
| XYZ | 0.92 | 1.4 | 0.64 | - |
| YUV | 27.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 14 | 0.56 | 0 | 0.61 | 0.86 | 114.55 | 0.44 | 0.1 |
| Hex | 10 | 24 | E | 38 | 0 | 3D | 56 | 73 | 2C | A |
| Octal | 20 | 44 | 16 | 70 | 0 | 75 | 126 | 163 | 54 | 12 |
| Binary | 10000 | 100100 | 1110 | 111000 | 0 | 111101 | 1010110 | 1110011 | 101100 | 1010 |
Color Harmonies of #10240E
Complementary color
Monochromatic Colors of #10240E
Black with #10240E
Text Example
Text Example
White with #10240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10240E; }
p { color: rgb(16,36,14); }
H1.HeaderClassName
{
color: #10240E;
}
.AnyTagClassName
{
color: #10240E;
}
</style>
background-color css
<style>
a { background-color: #10240E; }
a { background-color: rgb(16,36,14); }
div.DivClassName
{
background-color: #10240E;
}
.BgClassName
{
background-color: #10240E;
}
</style>
border-color css
<style>
span { border-color: #10240E; }
span { border-color: rgb(16,36,14); }
td.TdClassName
{
border-color: #10240E;
}
.TagClassName
{
border-color: #10240E;
}
</style>