Shades of Myrtle #16400B
Tints of Myrtle #16400B
RGB
CMYK
RGB Variations
Color information
#16400B (or 0x16400B) is known color: Myrtle. HEX triplet: 16, 40 and 0B. RGB value is (22,64,11). Sum of RGB (Red+Green+Blue) = 22+64+11=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #16400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16400B is #E9BFF4. Grayscale: #2D2D2D. Windows color (decimal): -15319029 or 737302. OLE color: 737302.
HSL color Cylindrical-coordinate representation of color #16400B: hue angle of 107.55º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16400B is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 11 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.75 |
| HSL | 107.55º | 0.71% | 0.15% | - |
| HSV(B) | 107.55º | 0.83% | 0.25% | - |
| XYZ | 2.22 | 3.86 | 0.94 | - |
| YUV | 45.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 11 | 0.66 | 0 | 0.83 | 0.75 | 107.55 | 0.71 | 0.15 |
| Hex | 16 | 40 | B | 42 | 0 | 53 | 4B | 6C | 47 | F |
| Octal | 26 | 100 | 13 | 102 | 0 | 123 | 113 | 154 | 107 | 17 |
| Binary | 10110 | 1000000 | 1011 | 1000010 | 0 | 1010011 | 1001011 | 1101100 | 1000111 | 1111 |
Color Harmonies of #16400B
Complementary color
Monochromatic Colors of #16400B
Black with #16400B
Text Example
Text Example
White with #16400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16400B; }
p { color: rgb(22,64,11); }
H1.HeaderClassName
{
color: #16400B;
}
.AnyTagClassName
{
color: #16400B;
}
</style>
background-color css
<style>
a { background-color: #16400B; }
a { background-color: rgb(22,64,11); }
div.DivClassName
{
background-color: #16400B;
}
.BgClassName
{
background-color: #16400B;
}
</style>
border-color css
<style>
span { border-color: #16400B; }
span { border-color: rgb(22,64,11); }
td.TdClassName
{
border-color: #16400B;
}
.TagClassName
{
border-color: #16400B;
}
</style>