Shades of Myrtle #14510F
Tints of Myrtle #14510F
RGB
CMYK
RGB Variations
Color information
#14510F (or 0x14510F) is known color: Myrtle. HEX triplet: 14, 51 and 0F. RGB value is (20,81,15). Sum of RGB (Red+Green+Blue) = 20+81+15=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 81 (32.03% from 255 or 69.83% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 81 - color contains mainly: green. Hex color #14510F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14510F is #EBAEF0. Grayscale: #373737. Windows color (decimal): -15445745 or 1003796. OLE color: 1003796.
HSL color Cylindrical-coordinate representation of color #14510F: hue angle of 115.45º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14510F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 15 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.68 |
| HSL | 115.45º | 0.69% | 0.19% | - |
| HSV(B) | 115.45º | 0.81% | 0.32% | - |
| XYZ | 3.32 | 6.07 | 1.45 | - |
| YUV | 55.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 15 | 0.75 | 0 | 0.81 | 0.68 | 115.45 | 0.69 | 0.19 |
| Hex | 14 | 51 | F | 4B | 0 | 51 | 44 | 73 | 45 | 13 |
| Octal | 24 | 121 | 17 | 113 | 0 | 121 | 104 | 163 | 105 | 23 |
| Binary | 10100 | 1010001 | 1111 | 1001011 | 0 | 1010001 | 1000100 | 1110011 | 1000101 | 10011 |
Color Harmonies of #14510F
Complementary color
Monochromatic Colors of #14510F
Black with #14510F
Text Example
Text Example
White with #14510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14510F; }
p { color: rgb(20,81,15); }
H1.HeaderClassName
{
color: #14510F;
}
.AnyTagClassName
{
color: #14510F;
}
</style>
background-color css
<style>
a { background-color: #14510F; }
a { background-color: rgb(20,81,15); }
div.DivClassName
{
background-color: #14510F;
}
.BgClassName
{
background-color: #14510F;
}
</style>
border-color css
<style>
span { border-color: #14510F; }
span { border-color: rgb(20,81,15); }
td.TdClassName
{
border-color: #14510F;
}
.TagClassName
{
border-color: #14510F;
}
</style>