Shades of Myrtle #10370B
Tints of Myrtle #10370B
RGB
CMYK
RGB Variations
Color information
#10370B (or 0x10370B) is known color: Myrtle. HEX triplet: 10, 37 and 0B. RGB value is (16,55,11). Sum of RGB (Red+Green+Blue) = 16+55+11=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 55 (21.88% from 255 or 67.07% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 55 - color contains mainly: green. Hex color #10370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10370B is #EFC8F4. Grayscale: #262626. Windows color (decimal): -15714549 or 734992. OLE color: 734992.
HSL color Cylindrical-coordinate representation of color #10370B: hue angle of 113.18º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10370B is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 11 | - |
| CMYK | 0.71 | 0 | 0.8 | 0.78 |
| HSL | 113.18º | 0.67% | 0.13% | - |
| HSV(B) | 113.18º | 0.8% | 0.22% | - |
| XYZ | 1.64 | 2.87 | 0.78 | - |
| YUV | 38.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 11 | 0.71 | 0 | 0.8 | 0.78 | 113.18 | 0.67 | 0.13 |
| Hex | 10 | 37 | B | 47 | 0 | 50 | 4E | 71 | 43 | D |
| Octal | 20 | 67 | 13 | 107 | 0 | 120 | 116 | 161 | 103 | 15 |
| Binary | 10000 | 110111 | 1011 | 1000111 | 0 | 1010000 | 1001110 | 1110001 | 1000011 | 1101 |
Color Harmonies of #10370B
Complementary color
Monochromatic Colors of #10370B
Black with #10370B
Text Example
Text Example
White with #10370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10370B; }
p { color: rgb(16,55,11); }
H1.HeaderClassName
{
color: #10370B;
}
.AnyTagClassName
{
color: #10370B;
}
</style>
background-color css
<style>
a { background-color: #10370B; }
a { background-color: rgb(16,55,11); }
div.DivClassName
{
background-color: #10370B;
}
.BgClassName
{
background-color: #10370B;
}
</style>
border-color css
<style>
span { border-color: #10370B; }
span { border-color: rgb(16,55,11); }
td.TdClassName
{
border-color: #10370B;
}
.TagClassName
{
border-color: #10370B;
}
</style>