Shades of Myrtle #163305
Tints of Myrtle #163305
RGB
CMYK
RGB Variations
Color information
#163305 (or 0x163305) is known color: Myrtle. HEX triplet: 16, 33 and 05. RGB value is (22,51,5). Sum of RGB (Red+Green+Blue) = 22+51+5=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #163305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163305 is #E9CCFA. Grayscale: #252525. Windows color (decimal): -15322363 or 340758. OLE color: 340758.
HSL color Cylindrical-coordinate representation of color #163305: hue angle of 97.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163305 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 51 | 5 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.8 |
| HSL | 97.83º | 0.82% | 0.11% | - |
| HSV(B) | 97.83º | 0.9% | 0.2% | - |
| XYZ | 1.54 | 2.55 | 0.55 | - |
| YUV | 37.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 5 | 0.57 | 0 | 0.90 | 0.8 | 97.83 | 0.82 | 0.11 |
| Hex | 16 | 33 | 5 | 39 | 0 | 5A | 50 | 62 | 52 | B |
| Octal | 26 | 63 | 5 | 71 | 0 | 132 | 120 | 142 | 122 | 13 |
| Binary | 10110 | 110011 | 101 | 111001 | 0 | 1011010 | 1010000 | 1100010 | 1010010 | 1011 |
Color Harmonies of #163305
Complementary color
Monochromatic Colors of #163305
Black with #163305
Text Example
Text Example
White with #163305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163305; }
p { color: rgb(22,51,5); }
H1.HeaderClassName
{
color: #163305;
}
.AnyTagClassName
{
color: #163305;
}
</style>
background-color css
<style>
a { background-color: #163305; }
a { background-color: rgb(22,51,5); }
div.DivClassName
{
background-color: #163305;
}
.BgClassName
{
background-color: #163305;
}
</style>
border-color css
<style>
span { border-color: #163305; }
span { border-color: rgb(22,51,5); }
td.TdClassName
{
border-color: #163305;
}
.TagClassName
{
border-color: #163305;
}
</style>