Shades of Myrtle #16420B
Tints of Myrtle #16420B
RGB
CMYK
RGB Variations
Color information
#16420B (or 0x16420B) is known color: Myrtle. HEX triplet: 16, 42 and 0B. RGB value is (22,66,11). Sum of RGB (Red+Green+Blue) = 22+66+11=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #16420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16420B is #E9BDF4. Grayscale: #2E2E2E. Windows color (decimal): -15318517 or 737814. OLE color: 737814.
HSL color Cylindrical-coordinate representation of color #16420B: hue angle of 108º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16420B is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 11 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.74 |
| HSL | 108º | 0.71% | 0.15% | - |
| HSV(B) | 108º | 0.83% | 0.26% | - |
| XYZ | 2.34 | 4.09 | 0.98 | - |
| YUV | 46.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 11 | 0.67 | 0 | 0.83 | 0.74 | 108 | 0.71 | 0.15 |
| Hex | 16 | 42 | B | 43 | 0 | 53 | 4A | 6C | 47 | F |
| Octal | 26 | 102 | 13 | 103 | 0 | 123 | 112 | 154 | 107 | 17 |
| Binary | 10110 | 1000010 | 1011 | 1000011 | 0 | 1010011 | 1001010 | 1101100 | 1000111 | 1111 |
Color Harmonies of #16420B
Complementary color
Monochromatic Colors of #16420B
Black with #16420B
Text Example
Text Example
White with #16420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16420B; }
p { color: rgb(22,66,11); }
H1.HeaderClassName
{
color: #16420B;
}
.AnyTagClassName
{
color: #16420B;
}
</style>
background-color css
<style>
a { background-color: #16420B; }
a { background-color: rgb(22,66,11); }
div.DivClassName
{
background-color: #16420B;
}
.BgClassName
{
background-color: #16420B;
}
</style>
border-color css
<style>
span { border-color: #16420B; }
span { border-color: rgb(22,66,11); }
td.TdClassName
{
border-color: #16420B;
}
.TagClassName
{
border-color: #16420B;
}
</style>