Shades of Myrtle #16330E
Tints of Myrtle #16330E
RGB
CMYK
RGB Variations
Color information
#16330E (or 0x16330E) is known color: Myrtle. HEX triplet: 16, 33 and 0E. RGB value is (22,51,14). Sum of RGB (Red+Green+Blue) = 22+51+14=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #16330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16330E is #E9CCF1. Grayscale: #262626. Windows color (decimal): -15322354 or 930582. OLE color: 930582.
HSL color Cylindrical-coordinate representation of color #16330E: hue angle of 107.03º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16330E is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 51 | 14 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.8 |
| HSL | 107.03º | 0.57% | 0.13% | - |
| HSV(B) | 107.03º | 0.73% | 0.2% | - |
| XYZ | 1.59 | 2.57 | 0.83 | - |
| YUV | 38.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 14 | 0.57 | 0 | 0.73 | 0.8 | 107.03 | 0.57 | 0.13 |
| Hex | 16 | 33 | E | 39 | 0 | 49 | 50 | 6B | 39 | D |
| Octal | 26 | 63 | 16 | 71 | 0 | 111 | 120 | 153 | 71 | 15 |
| Binary | 10110 | 110011 | 1110 | 111001 | 0 | 1001001 | 1010000 | 1101011 | 111001 | 1101 |
Color Harmonies of #16330E
Complementary color
Monochromatic Colors of #16330E
Black with #16330E
Text Example
Text Example
White with #16330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16330E; }
p { color: rgb(22,51,14); }
H1.HeaderClassName
{
color: #16330E;
}
.AnyTagClassName
{
color: #16330E;
}
</style>
background-color css
<style>
a { background-color: #16330E; }
a { background-color: rgb(22,51,14); }
div.DivClassName
{
background-color: #16330E;
}
.BgClassName
{
background-color: #16330E;
}
</style>
border-color css
<style>
span { border-color: #16330E; }
span { border-color: rgb(22,51,14); }
td.TdClassName
{
border-color: #16330E;
}
.TagClassName
{
border-color: #16330E;
}
</style>