Shades of Myrtle #163A02
Tints of Myrtle #163A02
RGB
CMYK
RGB Variations
Color information
#163A02 (or 0x163A02) is known color: Myrtle. HEX triplet: 16, 3A and 02. RGB value is (22,58,2). Sum of RGB (Red+Green+Blue) = 22+58+2=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 58 (23.05% from 255 or 70.73% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 58 - color contains mainly: green. Hex color #163A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163A02 is #E9C5FD. Grayscale: #292929. Windows color (decimal): -15320574 or 145942. OLE color: 145942.
HSL color Cylindrical-coordinate representation of color #163A02: hue angle of 98.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #163A02 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 2 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.77 |
| HSL | 98.57º | 0.93% | 0.12% | - |
| HSV(B) | 98.57º | 0.97% | 0.23% | - |
| XYZ | 1.85 | 3.2 | 0.58 | - |
| YUV | 40.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 2 | 0.62 | 0 | 0.97 | 0.77 | 98.57 | 0.93 | 0.12 |
| Hex | 16 | 3A | 2 | 3E | 0 | 61 | 4D | 63 | 5D | C |
| Octal | 26 | 72 | 2 | 76 | 0 | 141 | 115 | 143 | 135 | 14 |
| Binary | 10110 | 111010 | 10 | 111110 | 0 | 1100001 | 1001101 | 1100011 | 1011101 | 1100 |
Color Harmonies of #163A02
Complementary color
Monochromatic Colors of #163A02
Black with #163A02
Text Example
Text Example
White with #163A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A02; }
p { color: rgb(22,58,2); }
H1.HeaderClassName
{
color: #163A02;
}
.AnyTagClassName
{
color: #163A02;
}
</style>
background-color css
<style>
a { background-color: #163A02; }
a { background-color: rgb(22,58,2); }
div.DivClassName
{
background-color: #163A02;
}
.BgClassName
{
background-color: #163A02;
}
</style>
border-color css
<style>
span { border-color: #163A02; }
span { border-color: rgb(22,58,2); }
td.TdClassName
{
border-color: #163A02;
}
.TagClassName
{
border-color: #163A02;
}
</style>