Shades of Myrtle #16481B
Tints of Myrtle #16481B
RGB
CMYK
RGB Variations
Color information
#16481B (or 0x16481B) is known color: Myrtle. HEX triplet: 16, 48 and 1B. RGB value is (22,72,27). Sum of RGB (Red+Green+Blue) = 22+72+27=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #16481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16481B is #E9B7E4. Grayscale: #343434. Windows color (decimal): -15316965 or 1787926. OLE color: 1787926.
HSL color Cylindrical-coordinate representation of color #16481B: hue angle of 126º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16481B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 72 | 27 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.72 |
| HSL | 126º | 0.53% | 0.18% | - |
| HSV(B) | 126º | 0.69% | 0.28% | - |
| XYZ | 2.85 | 4.88 | 1.83 | - |
| YUV | 51.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 27 | 0.69 | 0 | 0.62 | 0.72 | 126 | 0.53 | 0.18 |
| Hex | 16 | 48 | 1B | 45 | 0 | 3E | 48 | 7E | 35 | 12 |
| Octal | 26 | 110 | 33 | 105 | 0 | 76 | 110 | 176 | 65 | 22 |
| Binary | 10110 | 1001000 | 11011 | 1000101 | 0 | 111110 | 1001000 | 1111110 | 110101 | 10010 |
Color Harmonies of #16481B
Complementary color
Monochromatic Colors of #16481B
Black with #16481B
Text Example
Text Example
White with #16481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16481B; }
p { color: rgb(22,72,27); }
H1.HeaderClassName
{
color: #16481B;
}
.AnyTagClassName
{
color: #16481B;
}
</style>
background-color css
<style>
a { background-color: #16481B; }
a { background-color: rgb(22,72,27); }
div.DivClassName
{
background-color: #16481B;
}
.BgClassName
{
background-color: #16481B;
}
</style>
border-color css
<style>
span { border-color: #16481B; }
span { border-color: rgb(22,72,27); }
td.TdClassName
{
border-color: #16481B;
}
.TagClassName
{
border-color: #16481B;
}
</style>