Shades of Myrtle #145E08
Tints of Myrtle #145E08
RGB
CMYK
RGB Variations
Color information
#145E08 (or 0x145E08) is known color: Myrtle. HEX triplet: 14, 5E and 08. RGB value is (20,94,8). Sum of RGB (Red+Green+Blue) = 20+94+8=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 94 (37.11% from 255 or 77.05% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 94 - color contains mainly: green. Hex color #145E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145E08 is #EBA1F7. Grayscale: #3E3E3E. Windows color (decimal): -15442424 or 548372. OLE color: 548372.
HSL color Cylindrical-coordinate representation of color #145E08: hue angle of 111.63º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145E08 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 94 | 8 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.63 |
| HSL | 111.63º | 0.84% | 0.2% | - |
| HSV(B) | 111.63º | 0.91% | 0.37% | - |
| XYZ | 4.34 | 8.17 | 1.58 | - |
| YUV | 62.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 8 | 0.79 | 0 | 0.91 | 0.63 | 111.63 | 0.84 | 0.2 |
| Hex | 14 | 5E | 8 | 4F | 0 | 5B | 3F | 70 | 54 | 14 |
| Octal | 24 | 136 | 10 | 117 | 0 | 133 | 77 | 160 | 124 | 24 |
| Binary | 10100 | 1011110 | 1000 | 1001111 | 0 | 1011011 | 111111 | 1110000 | 1010100 | 10100 |
Color Harmonies of #145E08
Complementary color
Monochromatic Colors of #145E08
Black with #145E08
Text Example
Text Example
White with #145E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E08; }
p { color: rgb(20,94,8); }
H1.HeaderClassName
{
color: #145E08;
}
.AnyTagClassName
{
color: #145E08;
}
</style>
background-color css
<style>
a { background-color: #145E08; }
a { background-color: rgb(20,94,8); }
div.DivClassName
{
background-color: #145E08;
}
.BgClassName
{
background-color: #145E08;
}
</style>
border-color css
<style>
span { border-color: #145E08; }
span { border-color: rgb(20,94,8); }
td.TdClassName
{
border-color: #145E08;
}
.TagClassName
{
border-color: #145E08;
}
</style>