Shades of Myrtle #145F13
Tints of Myrtle #145F13
RGB
CMYK
RGB Variations
Color information
#145F13 (or 0x145F13) is known color: Myrtle. HEX triplet: 14, 5F and 13. RGB value is (20,95,19). Sum of RGB (Red+Green+Blue) = 20+95+19=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #145F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F13 is #EBA0EC. Grayscale: #404040. Windows color (decimal): -15442157 or 1269524. OLE color: 1269524.
HSL color Cylindrical-coordinate representation of color #145F13: hue angle of 119.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145F13 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 19 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.63 |
| HSL | 119.21º | 0.67% | 0.22% | - |
| HSV(B) | 119.21º | 0.8% | 0.37% | - |
| XYZ | 4.5 | 8.38 | 2 | - |
| YUV | 63.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 19 | 0.79 | 0 | 0.80 | 0.63 | 119.21 | 0.67 | 0.22 |
| Hex | 14 | 5F | 13 | 4F | 0 | 50 | 3F | 77 | 43 | 16 |
| Octal | 24 | 137 | 23 | 117 | 0 | 120 | 77 | 167 | 103 | 26 |
| Binary | 10100 | 1011111 | 10011 | 1001111 | 0 | 1010000 | 111111 | 1110111 | 1000011 | 10110 |
Color Harmonies of #145F13
Complementary color
Monochromatic Colors of #145F13
Black with #145F13
Text Example
Text Example
White with #145F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F13; }
p { color: rgb(20,95,19); }
H1.HeaderClassName
{
color: #145F13;
}
.AnyTagClassName
{
color: #145F13;
}
</style>
background-color css
<style>
a { background-color: #145F13; }
a { background-color: rgb(20,95,19); }
div.DivClassName
{
background-color: #145F13;
}
.BgClassName
{
background-color: #145F13;
}
</style>
border-color css
<style>
span { border-color: #145F13; }
span { border-color: rgb(20,95,19); }
td.TdClassName
{
border-color: #145F13;
}
.TagClassName
{
border-color: #145F13;
}
</style>