Shades of Myrtle #14250F
Tints of Myrtle #14250F
RGB
CMYK
RGB Variations
Color information
#14250F (or 0x14250F) is known color: Myrtle. HEX triplet: 14, 25 and 0F. RGB value is (20,37,15). Sum of RGB (Red+Green+Blue) = 20+37+15=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #14250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250F is #EBDAF0. Grayscale: #1D1D1D. Windows color (decimal): -15457009 or 992532. OLE color: 992532.
HSL color Cylindrical-coordinate representation of color #14250F: hue angle of 106.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14250F is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 15 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.85 |
| HSL | 106.36º | 0.42% | 0.1% | - |
| HSV(B) | 106.36º | 0.59% | 0.15% | - |
| XYZ | 1.04 | 1.51 | 0.69 | - |
| YUV | 29.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 15 | 0.46 | 0 | 0.59 | 0.85 | 106.36 | 0.42 | 0.1 |
| Hex | 14 | 25 | F | 2E | 0 | 3B | 55 | 6A | 2A | A |
| Octal | 24 | 45 | 17 | 56 | 0 | 73 | 125 | 152 | 52 | 12 |
| Binary | 10100 | 100101 | 1111 | 101110 | 0 | 111011 | 1010101 | 1101010 | 101010 | 1010 |
Color Harmonies of #14250F
Complementary color
Monochromatic Colors of #14250F
Black with #14250F
Text Example
Text Example
White with #14250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14250F; }
p { color: rgb(20,37,15); }
H1.HeaderClassName
{
color: #14250F;
}
.AnyTagClassName
{
color: #14250F;
}
</style>
background-color css
<style>
a { background-color: #14250F; }
a { background-color: rgb(20,37,15); }
div.DivClassName
{
background-color: #14250F;
}
.BgClassName
{
background-color: #14250F;
}
</style>
border-color css
<style>
span { border-color: #14250F; }
span { border-color: rgb(20,37,15); }
td.TdClassName
{
border-color: #14250F;
}
.TagClassName
{
border-color: #14250F;
}
</style>