Shades of Myrtle #14471B
Tints of Myrtle #14471B
RGB
CMYK
RGB Variations
Color information
#14471B (or 0x14471B) is known color: Myrtle. HEX triplet: 14, 47 and 1B. RGB value is (20,71,27). Sum of RGB (Red+Green+Blue) = 20+71+27=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #14471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471B is #EBB8E4. Grayscale: #323232. Windows color (decimal): -15448293 or 1787668. OLE color: 1787668.
HSL color Cylindrical-coordinate representation of color #14471B: hue angle of 128.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14471B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 27 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.72 |
| HSL | 128.24º | 0.56% | 0.18% | - |
| HSV(B) | 128.24º | 0.72% | 0.28% | - |
| XYZ | 2.74 | 4.73 | 1.81 | - |
| YUV | 50.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 27 | 0.72 | 0 | 0.62 | 0.72 | 128.24 | 0.56 | 0.18 |
| Hex | 14 | 47 | 1B | 48 | 0 | 3E | 48 | 80 | 38 | 12 |
| Octal | 24 | 107 | 33 | 110 | 0 | 76 | 110 | 200 | 70 | 22 |
| Binary | 10100 | 1000111 | 11011 | 1001000 | 0 | 111110 | 1001000 | 10000000 | 111000 | 10010 |
Color Harmonies of #14471B
Complementary color
Monochromatic Colors of #14471B
Black with #14471B
Text Example
Text Example
White with #14471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14471B; }
p { color: rgb(20,71,27); }
H1.HeaderClassName
{
color: #14471B;
}
.AnyTagClassName
{
color: #14471B;
}
</style>
background-color css
<style>
a { background-color: #14471B; }
a { background-color: rgb(20,71,27); }
div.DivClassName
{
background-color: #14471B;
}
.BgClassName
{
background-color: #14471B;
}
</style>
border-color css
<style>
span { border-color: #14471B; }
span { border-color: rgb(20,71,27); }
td.TdClassName
{
border-color: #14471B;
}
.TagClassName
{
border-color: #14471B;
}
</style>