Shades of Myrtle #163702
Tints of Myrtle #163702
RGB
CMYK
RGB Variations
Color information
#163702 (or 0x163702) is known color: Myrtle. HEX triplet: 16, 37 and 02. RGB value is (22,55,2). Sum of RGB (Red+Green+Blue) = 22+55+2=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #163702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163702 is #E9C8FD. Grayscale: #272727. Windows color (decimal): -15321342 or 145174. OLE color: 145174.
HSL color Cylindrical-coordinate representation of color #163702: hue angle of 97.36º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #163702 is Cyan = 0.6, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 2 | - |
| CMYK | 0.6 | 0 | 0.96 | 0.78 |
| HSL | 97.36º | 0.93% | 0.11% | - |
| HSV(B) | 97.36º | 0.96% | 0.22% | - |
| XYZ | 1.71 | 2.91 | 0.53 | - |
| YUV | 39.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 2 | 0.6 | 0 | 0.96 | 0.78 | 97.36 | 0.93 | 0.11 |
| Hex | 16 | 37 | 2 | 3C | 0 | 60 | 4E | 61 | 5D | B |
| Octal | 26 | 67 | 2 | 74 | 0 | 140 | 116 | 141 | 135 | 13 |
| Binary | 10110 | 110111 | 10 | 111100 | 0 | 1100000 | 1001110 | 1100001 | 1011101 | 1011 |
Color Harmonies of #163702
Complementary color
Monochromatic Colors of #163702
Black with #163702
Text Example
Text Example
White with #163702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163702; }
p { color: rgb(22,55,2); }
H1.HeaderClassName
{
color: #163702;
}
.AnyTagClassName
{
color: #163702;
}
</style>
background-color css
<style>
a { background-color: #163702; }
a { background-color: rgb(22,55,2); }
div.DivClassName
{
background-color: #163702;
}
.BgClassName
{
background-color: #163702;
}
</style>
border-color css
<style>
span { border-color: #163702; }
span { border-color: rgb(22,55,2); }
td.TdClassName
{
border-color: #163702;
}
.TagClassName
{
border-color: #163702;
}
</style>