Shades of Myrtle #10370E
Tints of Myrtle #10370E
RGB
CMYK
RGB Variations
Color information
#10370E (or 0x10370E) is known color: Myrtle. HEX triplet: 10, 37 and 0E. RGB value is (16,55,14). Sum of RGB (Red+Green+Blue) = 16+55+14=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #10370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10370E is #EFC8F1. Grayscale: #262626. Windows color (decimal): -15714546 or 931600. OLE color: 931600.
HSL color Cylindrical-coordinate representation of color #10370E: hue angle of 117.07º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10370E is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 14 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.78 |
| HSL | 117.07º | 0.59% | 0.14% | - |
| HSV(B) | 117.07º | 0.75% | 0.22% | - |
| XYZ | 1.66 | 2.87 | 0.88 | - |
| YUV | 38.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 14 | 0.71 | 0 | 0.75 | 0.78 | 117.07 | 0.59 | 0.14 |
| Hex | 10 | 37 | E | 47 | 0 | 4B | 4E | 75 | 3B | E |
| Octal | 20 | 67 | 16 | 107 | 0 | 113 | 116 | 165 | 73 | 16 |
| Binary | 10000 | 110111 | 1110 | 1000111 | 0 | 1001011 | 1001110 | 1110101 | 111011 | 1110 |
Color Harmonies of #10370E
Complementary color
Monochromatic Colors of #10370E
Black with #10370E
Text Example
Text Example
White with #10370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10370E; }
p { color: rgb(16,55,14); }
H1.HeaderClassName
{
color: #10370E;
}
.AnyTagClassName
{
color: #10370E;
}
</style>
background-color css
<style>
a { background-color: #10370E; }
a { background-color: rgb(16,55,14); }
div.DivClassName
{
background-color: #10370E;
}
.BgClassName
{
background-color: #10370E;
}
</style>
border-color css
<style>
span { border-color: #10370E; }
span { border-color: rgb(16,55,14); }
td.TdClassName
{
border-color: #10370E;
}
.TagClassName
{
border-color: #10370E;
}
</style>