Shades of Myrtle #164C01
Tints of Myrtle #164C01
RGB
CMYK
RGB Variations
Color information
#164C01 (or 0x164C01) is known color: Myrtle. HEX triplet: 16, 4C and 01. RGB value is (22,76,1). Sum of RGB (Red+Green+Blue) = 22+76+1=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 76 (30.08% from 255 or 76.77% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 76 - color contains mainly: green. Hex color #164C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164C01 is #E9B3FE. Grayscale: #333333. Windows color (decimal): -15315967 or 85014. OLE color: 85014.
HSL color Cylindrical-coordinate representation of color #164C01: hue angle of 103.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #164C01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.70 |
| HSL | 103.2º | 0.97% | 0.15% | - |
| HSV(B) | 103.2º | 0.99% | 0.3% | - |
| XYZ | 2.92 | 5.34 | 0.91 | - |
| YUV | 51.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 1 | 0.71 | 0 | 0.99 | 0.70 | 103.2 | 0.97 | 0.15 |
| Hex | 16 | 4C | 1 | 47 | 0 | 63 | 46 | 67 | 61 | F |
| Octal | 26 | 114 | 1 | 107 | 0 | 143 | 106 | 147 | 141 | 17 |
| Binary | 10110 | 1001100 | 1 | 1000111 | 0 | 1100011 | 1000110 | 1100111 | 1100001 | 1111 |
Color Harmonies of #164C01
Complementary color
Monochromatic Colors of #164C01
Black with #164C01
Text Example
Text Example
White with #164C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C01; }
p { color: rgb(22,76,1); }
H1.HeaderClassName
{
color: #164C01;
}
.AnyTagClassName
{
color: #164C01;
}
</style>
background-color css
<style>
a { background-color: #164C01; }
a { background-color: rgb(22,76,1); }
div.DivClassName
{
background-color: #164C01;
}
.BgClassName
{
background-color: #164C01;
}
</style>
border-color css
<style>
span { border-color: #164C01; }
span { border-color: rgb(22,76,1); }
td.TdClassName
{
border-color: #164C01;
}
.TagClassName
{
border-color: #164C01;
}
</style>