Shades of Myrtle #14360F
Tints of Myrtle #14360F
RGB
CMYK
RGB Variations
Color information
#14360F (or 0x14360F) is known color: Myrtle. HEX triplet: 14, 36 and 0F. RGB value is (20,54,15). Sum of RGB (Red+Green+Blue) = 20+54+15=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #14360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14360F is #EBC9F0. Grayscale: #272727. Windows color (decimal): -15452657 or 996884. OLE color: 996884.
HSL color Cylindrical-coordinate representation of color #14360F: hue angle of 112.31º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14360F is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 15 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.79 |
| HSL | 112.31º | 0.57% | 0.14% | - |
| HSV(B) | 112.31º | 0.72% | 0.21% | - |
| XYZ | 1.69 | 2.82 | 0.91 | - |
| YUV | 39.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 15 | 0.63 | 0 | 0.72 | 0.79 | 112.31 | 0.57 | 0.14 |
| Hex | 14 | 36 | F | 3F | 0 | 48 | 4F | 70 | 39 | E |
| Octal | 24 | 66 | 17 | 77 | 0 | 110 | 117 | 160 | 71 | 16 |
| Binary | 10100 | 110110 | 1111 | 111111 | 0 | 1001000 | 1001111 | 1110000 | 111001 | 1110 |
Color Harmonies of #14360F
Complementary color
Monochromatic Colors of #14360F
Black with #14360F
Text Example
Text Example
White with #14360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14360F; }
p { color: rgb(20,54,15); }
H1.HeaderClassName
{
color: #14360F;
}
.AnyTagClassName
{
color: #14360F;
}
</style>
background-color css
<style>
a { background-color: #14360F; }
a { background-color: rgb(20,54,15); }
div.DivClassName
{
background-color: #14360F;
}
.BgClassName
{
background-color: #14360F;
}
</style>
border-color css
<style>
span { border-color: #14360F; }
span { border-color: rgb(20,54,15); }
td.TdClassName
{
border-color: #14360F;
}
.TagClassName
{
border-color: #14360F;
}
</style>