Shades of Myrtle #145B09
Tints of Myrtle #145B09
RGB
CMYK
RGB Variations
Color information
#145B09 (or 0x145B09) is known color: Myrtle. HEX triplet: 14, 5B and 09. RGB value is (20,91,9). Sum of RGB (Red+Green+Blue) = 20+91+9=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 91 (35.94% from 255 or 75.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 91 - color contains mainly: green. Hex color #145B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B09 is #EBA4F6. Grayscale: #3C3C3C. Windows color (decimal): -15443191 or 613140. OLE color: 613140.
HSL color Cylindrical-coordinate representation of color #145B09: hue angle of 111.95º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145B09 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 9 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.64 |
| HSL | 111.95º | 0.82% | 0.2% | - |
| HSV(B) | 111.95º | 0.9% | 0.36% | - |
| XYZ | 4.08 | 7.65 | 1.52 | - |
| YUV | 60.42 | 98.98 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 9 | 0.78 | 0 | 0.90 | 0.64 | 111.95 | 0.82 | 0.2 |
| Hex | 14 | 5B | 9 | 4E | 0 | 5A | 40 | 70 | 52 | 14 |
| Octal | 24 | 133 | 11 | 116 | 0 | 132 | 100 | 160 | 122 | 24 |
| Binary | 10100 | 1011011 | 1001 | 1001110 | 0 | 1011010 | 1000000 | 1110000 | 1010010 | 10100 |
Color Harmonies of #145B09
Complementary color
Monochromatic Colors of #145B09
Black with #145B09
Text Example
Text Example
White with #145B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B09; }
p { color: rgb(20,91,9); }
H1.HeaderClassName
{
color: #145B09;
}
.AnyTagClassName
{
color: #145B09;
}
</style>
background-color css
<style>
a { background-color: #145B09; }
a { background-color: rgb(20,91,9); }
div.DivClassName
{
background-color: #145B09;
}
.BgClassName
{
background-color: #145B09;
}
</style>
border-color css
<style>
span { border-color: #145B09; }
span { border-color: rgb(20,91,9); }
td.TdClassName
{
border-color: #145B09;
}
.TagClassName
{
border-color: #145B09;
}
</style>