Shades of Myrtle #14350B
Tints of Myrtle #14350B
RGB
CMYK
RGB Variations
Color information
#14350B (or 0x14350B) is known color: Myrtle. HEX triplet: 14, 35 and 0B. RGB value is (20,53,11). Sum of RGB (Red+Green+Blue) = 20+53+11=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #14350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14350B is #EBCAF4. Grayscale: #262626. Windows color (decimal): -15452917 or 734484. OLE color: 734484.
HSL color Cylindrical-coordinate representation of color #14350B: hue angle of 107.14º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14350B is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 11 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.79 |
| HSL | 107.14º | 0.66% | 0.13% | - |
| HSV(B) | 107.14º | 0.79% | 0.21% | - |
| XYZ | 1.62 | 2.72 | 0.76 | - |
| YUV | 38.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 11 | 0.62 | 0 | 0.79 | 0.79 | 107.14 | 0.66 | 0.13 |
| Hex | 14 | 35 | B | 3E | 0 | 4F | 4F | 6B | 42 | D |
| Octal | 24 | 65 | 13 | 76 | 0 | 117 | 117 | 153 | 102 | 15 |
| Binary | 10100 | 110101 | 1011 | 111110 | 0 | 1001111 | 1001111 | 1101011 | 1000010 | 1101 |
Color Harmonies of #14350B
Complementary color
Monochromatic Colors of #14350B
Black with #14350B
Text Example
Text Example
White with #14350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14350B; }
p { color: rgb(20,53,11); }
H1.HeaderClassName
{
color: #14350B;
}
.AnyTagClassName
{
color: #14350B;
}
</style>
background-color css
<style>
a { background-color: #14350B; }
a { background-color: rgb(20,53,11); }
div.DivClassName
{
background-color: #14350B;
}
.BgClassName
{
background-color: #14350B;
}
</style>
border-color css
<style>
span { border-color: #14350B; }
span { border-color: rgb(20,53,11); }
td.TdClassName
{
border-color: #14350B;
}
.TagClassName
{
border-color: #14350B;
}
</style>