Shades of Myrtle #16350F
Tints of Myrtle #16350F
RGB
CMYK
RGB Variations
Color information
#16350F (or 0x16350F) is known color: Myrtle. HEX triplet: 16, 35 and 0F. RGB value is (22,53,15). Sum of RGB (Red+Green+Blue) = 22+53+15=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #16350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16350F is #E9CAF0. Grayscale: #272727. Windows color (decimal): -15321841 or 996630. OLE color: 996630.
HSL color Cylindrical-coordinate representation of color #16350F: hue angle of 108.95º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16350F is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 15 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.79 |
| HSL | 108.95º | 0.56% | 0.13% | - |
| HSV(B) | 108.95º | 0.72% | 0.21% | - |
| XYZ | 1.69 | 2.75 | 0.89 | - |
| YUV | 39.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 15 | 0.58 | 0 | 0.72 | 0.79 | 108.95 | 0.56 | 0.13 |
| Hex | 16 | 35 | F | 3A | 0 | 48 | 4F | 6D | 38 | D |
| Octal | 26 | 65 | 17 | 72 | 0 | 110 | 117 | 155 | 70 | 15 |
| Binary | 10110 | 110101 | 1111 | 111010 | 0 | 1001000 | 1001111 | 1101101 | 111000 | 1101 |
Color Harmonies of #16350F
Complementary color
Monochromatic Colors of #16350F
Black with #16350F
Text Example
Text Example
White with #16350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16350F; }
p { color: rgb(22,53,15); }
H1.HeaderClassName
{
color: #16350F;
}
.AnyTagClassName
{
color: #16350F;
}
</style>
background-color css
<style>
a { background-color: #16350F; }
a { background-color: rgb(22,53,15); }
div.DivClassName
{
background-color: #16350F;
}
.BgClassName
{
background-color: #16350F;
}
</style>
border-color css
<style>
span { border-color: #16350F; }
span { border-color: rgb(22,53,15); }
td.TdClassName
{
border-color: #16350F;
}
.TagClassName
{
border-color: #16350F;
}
</style>