Shades of Myrtle #14511B
Tints of Myrtle #14511B
RGB
CMYK
RGB Variations
Color information
#14511B (or 0x14511B) is known color: Myrtle. HEX triplet: 14, 51 and 1B. RGB value is (20,81,27). Sum of RGB (Red+Green+Blue) = 20+81+27=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #14511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14511B is #EBAEE4. Grayscale: #383838. Windows color (decimal): -15445733 or 1790228. OLE color: 1790228.
HSL color Cylindrical-coordinate representation of color #14511B: hue angle of 126.89º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14511B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 27 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.68 |
| HSL | 126.89º | 0.6% | 0.2% | - |
| HSV(B) | 126.89º | 0.75% | 0.32% | - |
| XYZ | 3.43 | 6.11 | 2.04 | - |
| YUV | 56.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 27 | 0.75 | 0 | 0.67 | 0.68 | 126.89 | 0.6 | 0.2 |
| Hex | 14 | 51 | 1B | 4B | 0 | 43 | 44 | 7F | 3C | 14 |
| Octal | 24 | 121 | 33 | 113 | 0 | 103 | 104 | 177 | 74 | 24 |
| Binary | 10100 | 1010001 | 11011 | 1001011 | 0 | 1000011 | 1000100 | 1111111 | 111100 | 10100 |
Color Harmonies of #14511B
Complementary color
Monochromatic Colors of #14511B
Black with #14511B
Text Example
Text Example
White with #14511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14511B; }
p { color: rgb(20,81,27); }
H1.HeaderClassName
{
color: #14511B;
}
.AnyTagClassName
{
color: #14511B;
}
</style>
background-color css
<style>
a { background-color: #14511B; }
a { background-color: rgb(20,81,27); }
div.DivClassName
{
background-color: #14511B;
}
.BgClassName
{
background-color: #14511B;
}
</style>
border-color css
<style>
span { border-color: #14511B; }
span { border-color: rgb(20,81,27); }
td.TdClassName
{
border-color: #14511B;
}
.TagClassName
{
border-color: #14511B;
}
</style>