Shades of Myrtle #164B0C
Tints of Myrtle #164B0C
RGB
CMYK
RGB Variations
Color information
#164B0C (or 0x164B0C) is known color: Myrtle. HEX triplet: 16, 4B and 0C. RGB value is (22,75,12). Sum of RGB (Red+Green+Blue) = 22+75+12=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #164B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164B0C is #E9B4F3. Grayscale: #343434. Windows color (decimal): -15316212 or 805654. OLE color: 805654.
HSL color Cylindrical-coordinate representation of color #164B0C: hue angle of 110.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164B0C is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 75 | 12 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.71 |
| HSL | 110.48º | 0.72% | 0.17% | - |
| HSV(B) | 110.48º | 0.84% | 0.29% | - |
| XYZ | 2.91 | 5.23 | 1.2 | - |
| YUV | 51.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 12 | 0.71 | 0 | 0.84 | 0.71 | 110.48 | 0.72 | 0.17 |
| Hex | 16 | 4B | C | 47 | 0 | 54 | 47 | 6E | 48 | 11 |
| Octal | 26 | 113 | 14 | 107 | 0 | 124 | 107 | 156 | 110 | 21 |
| Binary | 10110 | 1001011 | 1100 | 1000111 | 0 | 1010100 | 1000111 | 1101110 | 1001000 | 10001 |
Color Harmonies of #164B0C
Complementary color
Monochromatic Colors of #164B0C
Black with #164B0C
Text Example
Text Example
White with #164B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B0C; }
p { color: rgb(22,75,12); }
H1.HeaderClassName
{
color: #164B0C;
}
.AnyTagClassName
{
color: #164B0C;
}
</style>
background-color css
<style>
a { background-color: #164B0C; }
a { background-color: rgb(22,75,12); }
div.DivClassName
{
background-color: #164B0C;
}
.BgClassName
{
background-color: #164B0C;
}
</style>
border-color css
<style>
span { border-color: #164B0C; }
span { border-color: rgb(22,75,12); }
td.TdClassName
{
border-color: #164B0C;
}
.TagClassName
{
border-color: #164B0C;
}
</style>