Shades of Myrtle #163E1B
Tints of Myrtle #163E1B
RGB
CMYK
RGB Variations
Color information
#163E1B (or 0x163E1B) is known color: Myrtle. HEX triplet: 16, 3E and 1B. RGB value is (22,62,27). Sum of RGB (Red+Green+Blue) = 22+62+27=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #163E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E1B is #E9C1E4. Grayscale: #2E2E2E. Windows color (decimal): -15319525 or 1785366. OLE color: 1785366.
HSL color Cylindrical-coordinate representation of color #163E1B: hue angle of 127.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E1B is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 62 | 27 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.76 |
| HSL | 127.5º | 0.48% | 0.16% | - |
| HSV(B) | 127.5º | 0.65% | 0.24% | - |
| XYZ | 2.25 | 3.69 | 1.63 | - |
| YUV | 46.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 27 | 0.65 | 0 | 0.56 | 0.76 | 127.5 | 0.48 | 0.16 |
| Hex | 16 | 3E | 1B | 41 | 0 | 38 | 4C | 80 | 30 | 10 |
| Octal | 26 | 76 | 33 | 101 | 0 | 70 | 114 | 200 | 60 | 20 |
| Binary | 10110 | 111110 | 11011 | 1000001 | 0 | 111000 | 1001100 | 10000000 | 110000 | 10000 |
Color Harmonies of #163E1B
Complementary color
Monochromatic Colors of #163E1B
Black with #163E1B
Text Example
Text Example
White with #163E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E1B; }
p { color: rgb(22,62,27); }
H1.HeaderClassName
{
color: #163E1B;
}
.AnyTagClassName
{
color: #163E1B;
}
</style>
background-color css
<style>
a { background-color: #163E1B; }
a { background-color: rgb(22,62,27); }
div.DivClassName
{
background-color: #163E1B;
}
.BgClassName
{
background-color: #163E1B;
}
</style>
border-color css
<style>
span { border-color: #163E1B; }
span { border-color: rgb(22,62,27); }
td.TdClassName
{
border-color: #163E1B;
}
.TagClassName
{
border-color: #163E1B;
}
</style>