Shades of Myrtle #10270E
Tints of Myrtle #10270E
RGB
CMYK
RGB Variations
Color information
#10270E (or 0x10270E) is known color: Myrtle. HEX triplet: 10, 27 and 0E. RGB value is (16,39,14). Sum of RGB (Red+Green+Blue) = 16+39+14=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #10270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10270E is #EFD8F1. Grayscale: #1D1D1D. Windows color (decimal): -15718642 or 927504. OLE color: 927504.
HSL color Cylindrical-coordinate representation of color #10270E: hue angle of 115.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10270E is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 39 | 14 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.85 |
| HSL | 115.2º | 0.47% | 0.1% | - |
| HSV(B) | 115.2º | 0.64% | 0.15% | - |
| XYZ | 1.02 | 1.59 | 0.67 | - |
| YUV | 29.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 14 | 0.59 | 0 | 0.64 | 0.85 | 115.2 | 0.47 | 0.1 |
| Hex | 10 | 27 | E | 3B | 0 | 40 | 55 | 73 | 2F | A |
| Octal | 20 | 47 | 16 | 73 | 0 | 100 | 125 | 163 | 57 | 12 |
| Binary | 10000 | 100111 | 1110 | 111011 | 0 | 1000000 | 1010101 | 1110011 | 101111 | 1010 |
Color Harmonies of #10270E
Complementary color
Monochromatic Colors of #10270E
Black with #10270E
Text Example
Text Example
White with #10270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10270E; }
p { color: rgb(16,39,14); }
H1.HeaderClassName
{
color: #10270E;
}
.AnyTagClassName
{
color: #10270E;
}
</style>
background-color css
<style>
a { background-color: #10270E; }
a { background-color: rgb(16,39,14); }
div.DivClassName
{
background-color: #10270E;
}
.BgClassName
{
background-color: #10270E;
}
</style>
border-color css
<style>
span { border-color: #10270E; }
span { border-color: rgb(16,39,14); }
td.TdClassName
{
border-color: #10270E;
}
.TagClassName
{
border-color: #10270E;
}
</style>