Shades of Myrtle #16320C
Tints of Myrtle #16320C
RGB
CMYK
RGB Variations
Color information
#16320C (or 0x16320C) is known color: Myrtle. HEX triplet: 16, 32 and 0C. RGB value is (22,50,12). Sum of RGB (Red+Green+Blue) = 22+50+12=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #16320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16320C is #E9CDF3. Grayscale: #252525. Windows color (decimal): -15322612 or 799254. OLE color: 799254.
HSL color Cylindrical-coordinate representation of color #16320C: hue angle of 104.21º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16320C is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 12 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.80 |
| HSL | 104.21º | 0.61% | 0.12% | - |
| HSV(B) | 104.21º | 0.76% | 0.2% | - |
| XYZ | 1.54 | 2.48 | 0.75 | - |
| YUV | 37.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 12 | 0.56 | 0 | 0.76 | 0.80 | 104.21 | 0.61 | 0.12 |
| Hex | 16 | 32 | C | 38 | 0 | 4C | 50 | 68 | 3D | C |
| Octal | 26 | 62 | 14 | 70 | 0 | 114 | 120 | 150 | 75 | 14 |
| Binary | 10110 | 110010 | 1100 | 111000 | 0 | 1001100 | 1010000 | 1101000 | 111101 | 1100 |
Color Harmonies of #16320C
Complementary color
Monochromatic Colors of #16320C
Black with #16320C
Text Example
Text Example
White with #16320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16320C; }
p { color: rgb(22,50,12); }
H1.HeaderClassName
{
color: #16320C;
}
.AnyTagClassName
{
color: #16320C;
}
</style>
background-color css
<style>
a { background-color: #16320C; }
a { background-color: rgb(22,50,12); }
div.DivClassName
{
background-color: #16320C;
}
.BgClassName
{
background-color: #16320C;
}
</style>
border-color css
<style>
span { border-color: #16320C; }
span { border-color: rgb(22,50,12); }
td.TdClassName
{
border-color: #16320C;
}
.TagClassName
{
border-color: #16320C;
}
</style>