Shades of Myrtle #163A18
Tints of Myrtle #163A18
RGB
CMYK
RGB Variations
Color information
#163A18 (or 0x163A18) is known color: Myrtle. HEX triplet: 16, 3A and 18. RGB value is (22,58,24). Sum of RGB (Red+Green+Blue) = 22+58+24=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #163A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163A18 is #E9C5E7. Grayscale: #2B2B2B. Windows color (decimal): -15320552 or 1587734. OLE color: 1587734.
HSL color Cylindrical-coordinate representation of color #163A18: hue angle of 123.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A18 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 24 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.77 |
| HSL | 123.33º | 0.45% | 0.16% | - |
| HSV(B) | 123.33º | 0.62% | 0.23% | - |
| XYZ | 2.01 | 3.26 | 1.39 | - |
| YUV | 43.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 24 | 0.62 | 0 | 0.59 | 0.77 | 123.33 | 0.45 | 0.16 |
| Hex | 16 | 3A | 18 | 3E | 0 | 3B | 4D | 7B | 2D | 10 |
| Octal | 26 | 72 | 30 | 76 | 0 | 73 | 115 | 173 | 55 | 20 |
| Binary | 10110 | 111010 | 11000 | 111110 | 0 | 111011 | 1001101 | 1111011 | 101101 | 10000 |
Color Harmonies of #163A18
Complementary color
Monochromatic Colors of #163A18
Black with #163A18
Text Example
Text Example
White with #163A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A18; }
p { color: rgb(22,58,24); }
H1.HeaderClassName
{
color: #163A18;
}
.AnyTagClassName
{
color: #163A18;
}
</style>
background-color css
<style>
a { background-color: #163A18; }
a { background-color: rgb(22,58,24); }
div.DivClassName
{
background-color: #163A18;
}
.BgClassName
{
background-color: #163A18;
}
</style>
border-color css
<style>
span { border-color: #163A18; }
span { border-color: rgb(22,58,24); }
td.TdClassName
{
border-color: #163A18;
}
.TagClassName
{
border-color: #163A18;
}
</style>