Shades of Myrtle #145407
Tints of Myrtle #145407
RGB
CMYK
RGB Variations
Color information
#145407 (or 0x145407) is known color: Myrtle. HEX triplet: 14, 54 and 07. RGB value is (20,84,7). Sum of RGB (Red+Green+Blue) = 20+84+7=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #145407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145407 is #EBABF8. Grayscale: #383838. Windows color (decimal): -15444985 or 480276. OLE color: 480276.
HSL color Cylindrical-coordinate representation of color #145407: hue angle of 109.87º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145407 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 7 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.67 |
| HSL | 109.87º | 0.85% | 0.18% | - |
| HSV(B) | 109.87º | 0.92% | 0.33% | - |
| XYZ | 3.5 | 6.5 | 1.27 | - |
| YUV | 56.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 7 | 0.76 | 0 | 0.92 | 0.67 | 109.87 | 0.85 | 0.18 |
| Hex | 14 | 54 | 7 | 4C | 0 | 5C | 43 | 6E | 55 | 12 |
| Octal | 24 | 124 | 7 | 114 | 0 | 134 | 103 | 156 | 125 | 22 |
| Binary | 10100 | 1010100 | 111 | 1001100 | 0 | 1011100 | 1000011 | 1101110 | 1010101 | 10010 |
Color Harmonies of #145407
Complementary color
Monochromatic Colors of #145407
Black with #145407
Text Example
Text Example
White with #145407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145407; }
p { color: rgb(20,84,7); }
H1.HeaderClassName
{
color: #145407;
}
.AnyTagClassName
{
color: #145407;
}
</style>
background-color css
<style>
a { background-color: #145407; }
a { background-color: rgb(20,84,7); }
div.DivClassName
{
background-color: #145407;
}
.BgClassName
{
background-color: #145407;
}
</style>
border-color css
<style>
span { border-color: #145407; }
span { border-color: rgb(20,84,7); }
td.TdClassName
{
border-color: #145407;
}
.TagClassName
{
border-color: #145407;
}
</style>