Shades of Myrtle #163C14
Tints of Myrtle #163C14
RGB
CMYK
RGB Variations
Color information
#163C14 (or 0x163C14) is known color: Myrtle. HEX triplet: 16, 3C and 14. RGB value is (22,60,20). Sum of RGB (Red+Green+Blue) = 22+60+20=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #163C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163C14 is #E9C3EB. Grayscale: #2C2C2C. Windows color (decimal): -15320044 or 1326102. OLE color: 1326102.
HSL color Cylindrical-coordinate representation of color #163C14: hue angle of 117º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163C14 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 60 | 20 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.76 |
| HSL | 117º | 0.5% | 0.16% | - |
| HSV(B) | 117º | 0.67% | 0.24% | - |
| XYZ | 2.07 | 3.45 | 1.22 | - |
| YUV | 44.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 20 | 0.63 | 0 | 0.67 | 0.76 | 117 | 0.5 | 0.16 |
| Hex | 16 | 3C | 14 | 3F | 0 | 43 | 4C | 75 | 32 | 10 |
| Octal | 26 | 74 | 24 | 77 | 0 | 103 | 114 | 165 | 62 | 20 |
| Binary | 10110 | 111100 | 10100 | 111111 | 0 | 1000011 | 1001100 | 1110101 | 110010 | 10000 |
Color Harmonies of #163C14
Complementary color
Monochromatic Colors of #163C14
Black with #163C14
Text Example
Text Example
White with #163C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C14; }
p { color: rgb(22,60,20); }
H1.HeaderClassName
{
color: #163C14;
}
.AnyTagClassName
{
color: #163C14;
}
</style>
background-color css
<style>
a { background-color: #163C14; }
a { background-color: rgb(22,60,20); }
div.DivClassName
{
background-color: #163C14;
}
.BgClassName
{
background-color: #163C14;
}
</style>
border-color css
<style>
span { border-color: #163C14; }
span { border-color: rgb(22,60,20); }
td.TdClassName
{
border-color: #163C14;
}
.TagClassName
{
border-color: #163C14;
}
</style>