Shades of Myrtle #164317
Tints of Myrtle #164317
RGB
CMYK
RGB Variations
Color information
#164317 (or 0x164317) is known color: Myrtle. HEX triplet: 16, 43 and 17. RGB value is (22,67,23). Sum of RGB (Red+Green+Blue) = 22+67+23=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #164317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164317 is #E9BCE8. Grayscale: #303030. Windows color (decimal): -15318249 or 1524502. OLE color: 1524502.
HSL color Cylindrical-coordinate representation of color #164317: hue angle of 121.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164317 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 67 | 23 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.74 |
| HSL | 121.33º | 0.51% | 0.17% | - |
| HSV(B) | 121.33º | 0.67% | 0.26% | - |
| XYZ | 2.49 | 4.25 | 1.5 | - |
| YUV | 48.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 23 | 0.67 | 0 | 0.66 | 0.74 | 121.33 | 0.51 | 0.17 |
| Hex | 16 | 43 | 17 | 43 | 0 | 42 | 4A | 79 | 33 | 11 |
| Octal | 26 | 103 | 27 | 103 | 0 | 102 | 112 | 171 | 63 | 21 |
| Binary | 10110 | 1000011 | 10111 | 1000011 | 0 | 1000010 | 1001010 | 1111001 | 110011 | 10001 |
Color Harmonies of #164317
Complementary color
Monochromatic Colors of #164317
Black with #164317
Text Example
Text Example
White with #164317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164317; }
p { color: rgb(22,67,23); }
H1.HeaderClassName
{
color: #164317;
}
.AnyTagClassName
{
color: #164317;
}
</style>
background-color css
<style>
a { background-color: #164317; }
a { background-color: rgb(22,67,23); }
div.DivClassName
{
background-color: #164317;
}
.BgClassName
{
background-color: #164317;
}
</style>
border-color css
<style>
span { border-color: #164317; }
span { border-color: rgb(22,67,23); }
td.TdClassName
{
border-color: #164317;
}
.TagClassName
{
border-color: #164317;
}
</style>