Shades of Myrtle #145B01
Tints of Myrtle #145B01
RGB
CMYK
RGB Variations
Color information
#145B01 (or 0x145B01) is known color: Myrtle. HEX triplet: 14, 5B and 01. RGB value is (20,91,1). Sum of RGB (Red+Green+Blue) = 20+91+1=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #145B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B01 is #EBA4FE. Grayscale: #3B3B3B. Windows color (decimal): -15443199 or 88852. OLE color: 88852.
HSL color Cylindrical-coordinate representation of color #145B01: hue angle of 107.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #145B01 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.64 |
| HSL | 107.33º | 0.98% | 0.18% | - |
| HSV(B) | 107.33º | 0.99% | 0.36% | - |
| XYZ | 4.04 | 7.63 | 1.29 | - |
| YUV | 59.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 1 | 0.78 | 0 | 0.99 | 0.64 | 107.33 | 0.98 | 0.18 |
| Hex | 14 | 5B | 1 | 4E | 0 | 63 | 40 | 6B | 62 | 12 |
| Octal | 24 | 133 | 1 | 116 | 0 | 143 | 100 | 153 | 142 | 22 |
| Binary | 10100 | 1011011 | 1 | 1001110 | 0 | 1100011 | 1000000 | 1101011 | 1100010 | 10010 |
Color Harmonies of #145B01
Complementary color
Monochromatic Colors of #145B01
Black with #145B01
Text Example
Text Example
White with #145B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B01; }
p { color: rgb(20,91,1); }
H1.HeaderClassName
{
color: #145B01;
}
.AnyTagClassName
{
color: #145B01;
}
</style>
background-color css
<style>
a { background-color: #145B01; }
a { background-color: rgb(20,91,1); }
div.DivClassName
{
background-color: #145B01;
}
.BgClassName
{
background-color: #145B01;
}
</style>
border-color css
<style>
span { border-color: #145B01; }
span { border-color: rgb(20,91,1); }
td.TdClassName
{
border-color: #145B01;
}
.TagClassName
{
border-color: #145B01;
}
</style>