Shades of Myrtle #14500F
Tints of Myrtle #14500F
RGB
CMYK
RGB Variations
Color information
#14500F (or 0x14500F) is known color: Myrtle. HEX triplet: 14, 50 and 0F. RGB value is (20,80,15). Sum of RGB (Red+Green+Blue) = 20+80+15=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #14500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500F is #EBAFF0. Grayscale: #363636. Windows color (decimal): -15446001 or 1003540. OLE color: 1003540.
HSL color Cylindrical-coordinate representation of color #14500F: hue angle of 115.38º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14500F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 15 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.69 |
| HSL | 115.38º | 0.68% | 0.19% | - |
| HSV(B) | 115.38º | 0.81% | 0.31% | - |
| XYZ | 3.24 | 5.92 | 1.42 | - |
| YUV | 54.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 15 | 0.75 | 0 | 0.81 | 0.69 | 115.38 | 0.68 | 0.19 |
| Hex | 14 | 50 | F | 4B | 0 | 51 | 45 | 73 | 44 | 13 |
| Octal | 24 | 120 | 17 | 113 | 0 | 121 | 105 | 163 | 104 | 23 |
| Binary | 10100 | 1010000 | 1111 | 1001011 | 0 | 1010001 | 1000101 | 1110011 | 1000100 | 10011 |
Color Harmonies of #14500F
Complementary color
Monochromatic Colors of #14500F
Black with #14500F
Text Example
Text Example
White with #14500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14500F; }
p { color: rgb(20,80,15); }
H1.HeaderClassName
{
color: #14500F;
}
.AnyTagClassName
{
color: #14500F;
}
</style>
background-color css
<style>
a { background-color: #14500F; }
a { background-color: rgb(20,80,15); }
div.DivClassName
{
background-color: #14500F;
}
.BgClassName
{
background-color: #14500F;
}
</style>
border-color css
<style>
span { border-color: #14500F; }
span { border-color: rgb(20,80,15); }
td.TdClassName
{
border-color: #14500F;
}
.TagClassName
{
border-color: #14500F;
}
</style>