Shades of Myrtle #144A0B
Tints of Myrtle #144A0B
RGB
CMYK
RGB Variations
Color information
#144A0B (or 0x144A0B) is known color: Myrtle. HEX triplet: 14, 4A and 0B. RGB value is (20,74,11). Sum of RGB (Red+Green+Blue) = 20+74+11=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #144A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144A0B is #EBB5F4. Grayscale: #323232. Windows color (decimal): -15447541 or 739860. OLE color: 739860.
HSL color Cylindrical-coordinate representation of color #144A0B: hue angle of 111.43º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144A0B is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 11 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.71 |
| HSL | 111.43º | 0.74% | 0.17% | - |
| HSV(B) | 111.43º | 0.85% | 0.29% | - |
| XYZ | 2.8 | 5.07 | 1.15 | - |
| YUV | 50.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 11 | 0.73 | 0 | 0.85 | 0.71 | 111.43 | 0.74 | 0.17 |
| Hex | 14 | 4A | B | 49 | 0 | 55 | 47 | 6F | 4A | 11 |
| Octal | 24 | 112 | 13 | 111 | 0 | 125 | 107 | 157 | 112 | 21 |
| Binary | 10100 | 1001010 | 1011 | 1001001 | 0 | 1010101 | 1000111 | 1101111 | 1001010 | 10001 |
Color Harmonies of #144A0B
Complementary color
Monochromatic Colors of #144A0B
Black with #144A0B
Text Example
Text Example
White with #144A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A0B; }
p { color: rgb(20,74,11); }
H1.HeaderClassName
{
color: #144A0B;
}
.AnyTagClassName
{
color: #144A0B;
}
</style>
background-color css
<style>
a { background-color: #144A0B; }
a { background-color: rgb(20,74,11); }
div.DivClassName
{
background-color: #144A0B;
}
.BgClassName
{
background-color: #144A0B;
}
</style>
border-color css
<style>
span { border-color: #144A0B; }
span { border-color: rgb(20,74,11); }
td.TdClassName
{
border-color: #144A0B;
}
.TagClassName
{
border-color: #144A0B;
}
</style>