Shades of Myrtle #163700
Tints of Myrtle #163700
RGB
CMYK
RGB Variations
Color information
#163700 (or 0x163700) is known color: Myrtle. HEX triplet: 16, 37 and 00. RGB value is (22,55,0). Sum of RGB (Red+Green+Blue) = 22+55+0=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 55 (21.88% from 255 or 71.43% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 55 - color contains mainly: green. Hex color #163700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163700 is #E9C8FF. Grayscale: #272727. Windows color (decimal): -15321344 or 14102. OLE color: 14102.
HSL color Cylindrical-coordinate representation of color #163700: hue angle of 96º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #163700 is Cyan = 0.6, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 0 | - |
| CMYK | 0.6 | 0 | 1 | 0.78 |
| HSL | 96º | 1% | 0.11% | - |
| HSV(B) | 96º | 1% | 0.22% | - |
| XYZ | 1.7 | 2.9 | 0.47 | - |
| YUV | 38.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 0 | 0.6 | 0 | 1 | 0.78 | 96 | 1 | 0.11 |
| Hex | 16 | 37 | 0 | 3C | 0 | 64 | 4E | 60 | 64 | B |
| Octal | 26 | 67 | 0 | 74 | 0 | 144 | 116 | 140 | 144 | 13 |
| Binary | 10110 | 110111 | 0 | 111100 | 0 | 1100100 | 1001110 | 1100000 | 1100100 | 1011 |
Color Harmonies of #163700
Complementary color
Monochromatic Colors of #163700
Black with #163700
Text Example
Text Example
White with #163700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163700; }
p { color: rgb(22,55,0); }
H1.HeaderClassName
{
color: #163700;
}
.AnyTagClassName
{
color: #163700;
}
</style>
background-color css
<style>
a { background-color: #163700; }
a { background-color: rgb(22,55,0); }
div.DivClassName
{
background-color: #163700;
}
.BgClassName
{
background-color: #163700;
}
</style>
border-color css
<style>
span { border-color: #163700; }
span { border-color: rgb(22,55,0); }
td.TdClassName
{
border-color: #163700;
}
.TagClassName
{
border-color: #163700;
}
</style>