Shades of Myrtle #16370C
Tints of Myrtle #16370C
RGB
CMYK
RGB Variations
Color information
#16370C (or 0x16370C) is known color: Myrtle. HEX triplet: 16, 37 and 0C. RGB value is (22,55,12). Sum of RGB (Red+Green+Blue) = 22+55+12=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #16370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16370C is #E9C8F3. Grayscale: #282828. Windows color (decimal): -15321332 or 800534. OLE color: 800534.
HSL color Cylindrical-coordinate representation of color #16370C: hue angle of 106.05º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16370C is Cyan = 0.6, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 12 | - |
| CMYK | 0.6 | 0 | 0.78 | 0.78 |
| HSL | 106.05º | 0.64% | 0.13% | - |
| HSV(B) | 106.05º | 0.78% | 0.22% | - |
| XYZ | 1.76 | 2.93 | 0.82 | - |
| YUV | 40.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 12 | 0.6 | 0 | 0.78 | 0.78 | 106.05 | 0.64 | 0.13 |
| Hex | 16 | 37 | C | 3C | 0 | 4E | 4E | 6A | 40 | D |
| Octal | 26 | 67 | 14 | 74 | 0 | 116 | 116 | 152 | 100 | 15 |
| Binary | 10110 | 110111 | 1100 | 111100 | 0 | 1001110 | 1001110 | 1101010 | 1000000 | 1101 |
Color Harmonies of #16370C
Complementary color
Monochromatic Colors of #16370C
Black with #16370C
Text Example
Text Example
White with #16370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16370C; }
p { color: rgb(22,55,12); }
H1.HeaderClassName
{
color: #16370C;
}
.AnyTagClassName
{
color: #16370C;
}
</style>
background-color css
<style>
a { background-color: #16370C; }
a { background-color: rgb(22,55,12); }
div.DivClassName
{
background-color: #16370C;
}
.BgClassName
{
background-color: #16370C;
}
</style>
border-color css
<style>
span { border-color: #16370C; }
span { border-color: rgb(22,55,12); }
td.TdClassName
{
border-color: #16370C;
}
.TagClassName
{
border-color: #16370C;
}
</style>