Shades of Myrtle #163C01
Tints of Myrtle #163C01
RGB
CMYK
RGB Variations
Color information
#163C01 (or 0x163C01) is known color: Myrtle. HEX triplet: 16, 3C and 01. RGB value is (22,60,1). Sum of RGB (Red+Green+Blue) = 22+60+1=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 60 (23.83% from 255 or 72.29% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 60 - color contains mainly: green. Hex color #163C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163C01 is #E9C3FE. Grayscale: #2A2A2A. Windows color (decimal): -15320063 or 80918. OLE color: 80918.
HSL color Cylindrical-coordinate representation of color #163C01: hue angle of 98.64º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #163C01 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 60 | 1 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.76 |
| HSL | 98.64º | 0.97% | 0.12% | - |
| HSV(B) | 98.64º | 0.98% | 0.24% | - |
| XYZ | 1.95 | 3.4 | 0.58 | - |
| YUV | 41.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 1 | 0.63 | 0 | 0.98 | 0.76 | 98.64 | 0.97 | 0.12 |
| Hex | 16 | 3C | 1 | 3F | 0 | 62 | 4C | 63 | 61 | C |
| Octal | 26 | 74 | 1 | 77 | 0 | 142 | 114 | 143 | 141 | 14 |
| Binary | 10110 | 111100 | 1 | 111111 | 0 | 1100010 | 1001100 | 1100011 | 1100001 | 1100 |
Color Harmonies of #163C01
Complementary color
Monochromatic Colors of #163C01
Black with #163C01
Text Example
Text Example
White with #163C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C01; }
p { color: rgb(22,60,1); }
H1.HeaderClassName
{
color: #163C01;
}
.AnyTagClassName
{
color: #163C01;
}
</style>
background-color css
<style>
a { background-color: #163C01; }
a { background-color: rgb(22,60,1); }
div.DivClassName
{
background-color: #163C01;
}
.BgClassName
{
background-color: #163C01;
}
</style>
border-color css
<style>
span { border-color: #163C01; }
span { border-color: rgb(22,60,1); }
td.TdClassName
{
border-color: #163C01;
}
.TagClassName
{
border-color: #163C01;
}
</style>