Shades of Myrtle #163814
Tints of Myrtle #163814
RGB
CMYK
RGB Variations
Color information
#163814 (or 0x163814) is known color: Myrtle. HEX triplet: 16, 38 and 14. RGB value is (22,56,20). Sum of RGB (Red+Green+Blue) = 22+56+20=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #163814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163814 is #E9C7EB. Grayscale: #292929. Windows color (decimal): -15321068 or 1325078. OLE color: 1325078.
HSL color Cylindrical-coordinate representation of color #163814: hue angle of 116.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163814 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 20 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.78 |
| HSL | 116.67º | 0.47% | 0.15% | - |
| HSV(B) | 116.67º | 0.64% | 0.22% | - |
| XYZ | 1.87 | 3.05 | 1.15 | - |
| YUV | 41.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 20 | 0.61 | 0 | 0.64 | 0.78 | 116.67 | 0.47 | 0.15 |
| Hex | 16 | 38 | 14 | 3D | 0 | 40 | 4E | 75 | 2F | F |
| Octal | 26 | 70 | 24 | 75 | 0 | 100 | 116 | 165 | 57 | 17 |
| Binary | 10110 | 111000 | 10100 | 111101 | 0 | 1000000 | 1001110 | 1110101 | 101111 | 1111 |
Color Harmonies of #163814
Complementary color
Monochromatic Colors of #163814
Black with #163814
Text Example
Text Example
White with #163814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163814; }
p { color: rgb(22,56,20); }
H1.HeaderClassName
{
color: #163814;
}
.AnyTagClassName
{
color: #163814;
}
</style>
background-color css
<style>
a { background-color: #163814; }
a { background-color: rgb(22,56,20); }
div.DivClassName
{
background-color: #163814;
}
.BgClassName
{
background-color: #163814;
}
</style>
border-color css
<style>
span { border-color: #163814; }
span { border-color: rgb(22,56,20); }
td.TdClassName
{
border-color: #163814;
}
.TagClassName
{
border-color: #163814;
}
</style>