Shades of Myrtle #10390E
Tints of Myrtle #10390E
RGB
CMYK
RGB Variations
Color information
#10390E (or 0x10390E) is known color: Myrtle. HEX triplet: 10, 39 and 0E. RGB value is (16,57,14). Sum of RGB (Red+Green+Blue) = 16+57+14=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #10390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10390E is #EFC6F1. Grayscale: #272727. Windows color (decimal): -15714034 or 932112. OLE color: 932112.
HSL color Cylindrical-coordinate representation of color #10390E: hue angle of 117.21º degrees, saturation: 0.61, 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 #10390E is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 14 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.78 |
| HSL | 117.21º | 0.61% | 0.14% | - |
| HSV(B) | 117.21º | 0.75% | 0.22% | - |
| XYZ | 1.76 | 3.07 | 0.92 | - |
| YUV | 39.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 14 | 0.72 | 0 | 0.75 | 0.78 | 117.21 | 0.61 | 0.14 |
| Hex | 10 | 39 | E | 48 | 0 | 4B | 4E | 75 | 3D | E |
| Octal | 20 | 71 | 16 | 110 | 0 | 113 | 116 | 165 | 75 | 16 |
| Binary | 10000 | 111001 | 1110 | 1001000 | 0 | 1001011 | 1001110 | 1110101 | 111101 | 1110 |
Color Harmonies of #10390E
Complementary color
Monochromatic Colors of #10390E
Black with #10390E
Text Example
Text Example
White with #10390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10390E; }
p { color: rgb(16,57,14); }
H1.HeaderClassName
{
color: #10390E;
}
.AnyTagClassName
{
color: #10390E;
}
</style>
background-color css
<style>
a { background-color: #10390E; }
a { background-color: rgb(16,57,14); }
div.DivClassName
{
background-color: #10390E;
}
.BgClassName
{
background-color: #10390E;
}
</style>
border-color css
<style>
span { border-color: #10390E; }
span { border-color: rgb(16,57,14); }
td.TdClassName
{
border-color: #10390E;
}
.TagClassName
{
border-color: #10390E;
}
</style>