Shades of Myrtle #163C1B
Tints of Myrtle #163C1B
RGB
CMYK
RGB Variations
Color information
#163C1B (or 0x163C1B) is known color: Myrtle. HEX triplet: 16, 3C and 1B. RGB value is (22,60,27). Sum of RGB (Red+Green+Blue) = 22+60+27=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #163C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C1B is #E9C3E4. Grayscale: #2C2C2C. Windows color (decimal): -15320037 or 1784854. OLE color: 1784854.
HSL color Cylindrical-coordinate representation of color #163C1B: hue angle of 127.89º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163C1B is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 60 | 27 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.76 |
| HSL | 127.89º | 0.46% | 0.16% | - |
| HSV(B) | 127.89º | 0.63% | 0.24% | - |
| XYZ | 2.14 | 3.48 | 1.6 | - |
| YUV | 44.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 27 | 0.63 | 0 | 0.55 | 0.76 | 127.89 | 0.46 | 0.16 |
| Hex | 16 | 3C | 1B | 3F | 0 | 37 | 4C | 80 | 2E | 10 |
| Octal | 26 | 74 | 33 | 77 | 0 | 67 | 114 | 200 | 56 | 20 |
| Binary | 10110 | 111100 | 11011 | 111111 | 0 | 110111 | 1001100 | 10000000 | 101110 | 10000 |
Color Harmonies of #163C1B
Complementary color
Monochromatic Colors of #163C1B
Black with #163C1B
Text Example
Text Example
White with #163C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C1B; }
p { color: rgb(22,60,27); }
H1.HeaderClassName
{
color: #163C1B;
}
.AnyTagClassName
{
color: #163C1B;
}
</style>
background-color css
<style>
a { background-color: #163C1B; }
a { background-color: rgb(22,60,27); }
div.DivClassName
{
background-color: #163C1B;
}
.BgClassName
{
background-color: #163C1B;
}
</style>
border-color css
<style>
span { border-color: #163C1B; }
span { border-color: rgb(22,60,27); }
td.TdClassName
{
border-color: #163C1B;
}
.TagClassName
{
border-color: #163C1B;
}
</style>