Shades of Myrtle #16360B
Tints of Myrtle #16360B
RGB
CMYK
RGB Variations
Color information
#16360B (or 0x16360B) is known color: Myrtle. HEX triplet: 16, 36 and 0B. RGB value is (22,54,11). Sum of RGB (Red+Green+Blue) = 22+54+11=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #16360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16360B is #E9C9F4. Grayscale: #272727. Windows color (decimal): -15321589 or 734742. OLE color: 734742.
HSL color Cylindrical-coordinate representation of color #16360B: hue angle of 104.65º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16360B is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 11 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.79 |
| HSL | 104.65º | 0.66% | 0.13% | - |
| HSV(B) | 104.65º | 0.8% | 0.21% | - |
| XYZ | 1.71 | 2.83 | 0.77 | - |
| YUV | 39.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 11 | 0.59 | 0 | 0.80 | 0.79 | 104.65 | 0.66 | 0.13 |
| Hex | 16 | 36 | B | 3B | 0 | 50 | 4F | 69 | 42 | D |
| Octal | 26 | 66 | 13 | 73 | 0 | 120 | 117 | 151 | 102 | 15 |
| Binary | 10110 | 110110 | 1011 | 111011 | 0 | 1010000 | 1001111 | 1101001 | 1000010 | 1101 |
Color Harmonies of #16360B
Complementary color
Monochromatic Colors of #16360B
Black with #16360B
Text Example
Text Example
White with #16360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16360B; }
p { color: rgb(22,54,11); }
H1.HeaderClassName
{
color: #16360B;
}
.AnyTagClassName
{
color: #16360B;
}
</style>
background-color css
<style>
a { background-color: #16360B; }
a { background-color: rgb(22,54,11); }
div.DivClassName
{
background-color: #16360B;
}
.BgClassName
{
background-color: #16360B;
}
</style>
border-color css
<style>
span { border-color: #16360B; }
span { border-color: rgb(22,54,11); }
td.TdClassName
{
border-color: #16360B;
}
.TagClassName
{
border-color: #16360B;
}
</style>