Shades of Myrtle #163404
Tints of Myrtle #163404
RGB
CMYK
RGB Variations
Color information
#163404 (or 0x163404) is known color: Myrtle. HEX triplet: 16, 34 and 04. RGB value is (22,52,4). Sum of RGB (Red+Green+Blue) = 22+52+4=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #163404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163404 is #E9CBFB. Grayscale: #252525. Windows color (decimal): -15322108 or 275478. OLE color: 275478.
HSL color Cylindrical-coordinate representation of color #163404: hue angle of 97.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #163404 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 52 | 4 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.80 |
| HSL | 97.5º | 0.86% | 0.11% | - |
| HSV(B) | 97.5º | 0.92% | 0.2% | - |
| XYZ | 1.58 | 2.64 | 0.54 | - |
| YUV | 37.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 4 | 0.58 | 0 | 0.92 | 0.80 | 97.5 | 0.86 | 0.11 |
| Hex | 16 | 34 | 4 | 3A | 0 | 5C | 50 | 62 | 56 | B |
| Octal | 26 | 64 | 4 | 72 | 0 | 134 | 120 | 142 | 126 | 13 |
| Binary | 10110 | 110100 | 100 | 111010 | 0 | 1011100 | 1010000 | 1100010 | 1010110 | 1011 |
Color Harmonies of #163404
Complementary color
Monochromatic Colors of #163404
Black with #163404
Text Example
Text Example
White with #163404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163404; }
p { color: rgb(22,52,4); }
H1.HeaderClassName
{
color: #163404;
}
.AnyTagClassName
{
color: #163404;
}
</style>
background-color css
<style>
a { background-color: #163404; }
a { background-color: rgb(22,52,4); }
div.DivClassName
{
background-color: #163404;
}
.BgClassName
{
background-color: #163404;
}
</style>
border-color css
<style>
span { border-color: #163404; }
span { border-color: rgb(22,52,4); }
td.TdClassName
{
border-color: #163404;
}
.TagClassName
{
border-color: #163404;
}
</style>