Shades of Myrtle #164310
Tints of Myrtle #164310
RGB
CMYK
RGB Variations
Color information
#164310 (or 0x164310) is known color: Myrtle. HEX triplet: 16, 43 and 10. RGB value is (22,67,16). Sum of RGB (Red+Green+Blue) = 22+67+16=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #164310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164310 is #E9BCEF. Grayscale: #2F2F2F. Windows color (decimal): -15318256 or 1065750. OLE color: 1065750.
HSL color Cylindrical-coordinate representation of color #164310: hue angle of 112.94º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164310 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 67 | 16 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.74 |
| HSL | 112.94º | 0.61% | 0.16% | - |
| HSV(B) | 112.94º | 0.76% | 0.26% | - |
| XYZ | 2.43 | 4.22 | 1.18 | - |
| YUV | 47.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 16 | 0.67 | 0 | 0.76 | 0.74 | 112.94 | 0.61 | 0.16 |
| Hex | 16 | 43 | 10 | 43 | 0 | 4C | 4A | 71 | 3D | 10 |
| Octal | 26 | 103 | 20 | 103 | 0 | 114 | 112 | 161 | 75 | 20 |
| Binary | 10110 | 1000011 | 10000 | 1000011 | 0 | 1001100 | 1001010 | 1110001 | 111101 | 10000 |
Color Harmonies of #164310
Complementary color
Monochromatic Colors of #164310
Black with #164310
Text Example
Text Example
White with #164310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164310; }
p { color: rgb(22,67,16); }
H1.HeaderClassName
{
color: #164310;
}
.AnyTagClassName
{
color: #164310;
}
</style>
background-color css
<style>
a { background-color: #164310; }
a { background-color: rgb(22,67,16); }
div.DivClassName
{
background-color: #164310;
}
.BgClassName
{
background-color: #164310;
}
</style>
border-color css
<style>
span { border-color: #164310; }
span { border-color: rgb(22,67,16); }
td.TdClassName
{
border-color: #164310;
}
.TagClassName
{
border-color: #164310;
}
</style>