Shades of Myrtle #144306
Tints of Myrtle #144306
RGB
CMYK
RGB Variations
Color information
#144306 (or 0x144306) is known color: Myrtle. HEX triplet: 14, 43 and 06. RGB value is (20,67,6). Sum of RGB (Red+Green+Blue) = 20+67+6=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 67 (26.56% from 255 or 72.04% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 67 - color contains mainly: green. Hex color #144306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144306 is #EBBCF9. Grayscale: #2E2E2E. Windows color (decimal): -15449338 or 410388. OLE color: 410388.
HSL color Cylindrical-coordinate representation of color #144306: hue angle of 106.23º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144306 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 6 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.74 |
| HSL | 106.23º | 0.84% | 0.14% | - |
| HSV(B) | 106.23º | 0.91% | 0.26% | - |
| XYZ | 2.33 | 4.18 | 0.86 | - |
| YUV | 45.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 6 | 0.70 | 0 | 0.91 | 0.74 | 106.23 | 0.84 | 0.14 |
| Hex | 14 | 43 | 6 | 46 | 0 | 5B | 4A | 6A | 54 | E |
| Octal | 24 | 103 | 6 | 106 | 0 | 133 | 112 | 152 | 124 | 16 |
| Binary | 10100 | 1000011 | 110 | 1000110 | 0 | 1011011 | 1001010 | 1101010 | 1010100 | 1110 |
Color Harmonies of #144306
Complementary color
Monochromatic Colors of #144306
Black with #144306
Text Example
Text Example
White with #144306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144306; }
p { color: rgb(20,67,6); }
H1.HeaderClassName
{
color: #144306;
}
.AnyTagClassName
{
color: #144306;
}
</style>
background-color css
<style>
a { background-color: #144306; }
a { background-color: rgb(20,67,6); }
div.DivClassName
{
background-color: #144306;
}
.BgClassName
{
background-color: #144306;
}
</style>
border-color css
<style>
span { border-color: #144306; }
span { border-color: rgb(20,67,6); }
td.TdClassName
{
border-color: #144306;
}
.TagClassName
{
border-color: #144306;
}
</style>