Shades of Myrtle #164201
Tints of Myrtle #164201
RGB
CMYK
RGB Variations
Color information
#164201 (or 0x164201) is known color: Myrtle. HEX triplet: 16, 42 and 01. RGB value is (22,66,1). Sum of RGB (Red+Green+Blue) = 22+66+1=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #164201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164201 is #E9BDFE. Grayscale: #2D2D2D. Windows color (decimal): -15318527 or 82454. OLE color: 82454.
HSL color Cylindrical-coordinate representation of color #164201: hue angle of 100.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #164201 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 1 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.74 |
| HSL | 100.62º | 0.97% | 0.13% | - |
| HSV(B) | 100.62º | 0.98% | 0.26% | - |
| XYZ | 2.28 | 4.07 | 0.69 | - |
| YUV | 45.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 1 | 0.67 | 0 | 0.98 | 0.74 | 100.62 | 0.97 | 0.13 |
| Hex | 16 | 42 | 1 | 43 | 0 | 62 | 4A | 65 | 61 | D |
| Octal | 26 | 102 | 1 | 103 | 0 | 142 | 112 | 145 | 141 | 15 |
| Binary | 10110 | 1000010 | 1 | 1000011 | 0 | 1100010 | 1001010 | 1100101 | 1100001 | 1101 |
Color Harmonies of #164201
Complementary color
Monochromatic Colors of #164201
Black with #164201
Text Example
Text Example
White with #164201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164201; }
p { color: rgb(22,66,1); }
H1.HeaderClassName
{
color: #164201;
}
.AnyTagClassName
{
color: #164201;
}
</style>
background-color css
<style>
a { background-color: #164201; }
a { background-color: rgb(22,66,1); }
div.DivClassName
{
background-color: #164201;
}
.BgClassName
{
background-color: #164201;
}
</style>
border-color css
<style>
span { border-color: #164201; }
span { border-color: rgb(22,66,1); }
td.TdClassName
{
border-color: #164201;
}
.TagClassName
{
border-color: #164201;
}
</style>