Shades of Myrtle #164301
Tints of Myrtle #164301
RGB
CMYK
RGB Variations
Color information
#164301 (or 0x164301) is known color: Myrtle. HEX triplet: 16, 43 and 01. RGB value is (22,67,1). Sum of RGB (Red+Green+Blue) = 22+67+1=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #164301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164301 is #E9BCFE. Grayscale: #2E2E2E. Windows color (decimal): -15318271 or 82710. OLE color: 82710.
HSL color Cylindrical-coordinate representation of color #164301: hue angle of 100.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #164301 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 67 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.74 |
| HSL | 100.91º | 0.97% | 0.13% | - |
| HSV(B) | 100.91º | 0.99% | 0.26% | - |
| XYZ | 2.34 | 4.19 | 0.71 | - |
| YUV | 46.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 1 | 0.67 | 0 | 0.99 | 0.74 | 100.91 | 0.97 | 0.13 |
| Hex | 16 | 43 | 1 | 43 | 0 | 63 | 4A | 65 | 61 | D |
| Octal | 26 | 103 | 1 | 103 | 0 | 143 | 112 | 145 | 141 | 15 |
| Binary | 10110 | 1000011 | 1 | 1000011 | 0 | 1100011 | 1001010 | 1100101 | 1100001 | 1101 |
Color Harmonies of #164301
Complementary color
Monochromatic Colors of #164301
Black with #164301
Text Example
Text Example
White with #164301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164301; }
p { color: rgb(22,67,1); }
H1.HeaderClassName
{
color: #164301;
}
.AnyTagClassName
{
color: #164301;
}
</style>
background-color css
<style>
a { background-color: #164301; }
a { background-color: rgb(22,67,1); }
div.DivClassName
{
background-color: #164301;
}
.BgClassName
{
background-color: #164301;
}
</style>
border-color css
<style>
span { border-color: #164301; }
span { border-color: rgb(22,67,1); }
td.TdClassName
{
border-color: #164301;
}
.TagClassName
{
border-color: #164301;
}
</style>