Shades of Myrtle #145A19
Tints of Myrtle #145A19
RGB
CMYK
RGB Variations
Color information
#145A19 (or 0x145A19) is known color: Myrtle. HEX triplet: 14, 5A and 19. RGB value is (20,90,25). Sum of RGB (Red+Green+Blue) = 20+90+25=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #145A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145A19 is #EBA5E6. Grayscale: #3D3D3D. Windows color (decimal): -15443431 or 1661460. OLE color: 1661460.
HSL color Cylindrical-coordinate representation of color #145A19: hue angle of 124.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A19 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 90 | 25 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.65 |
| HSL | 124.29º | 0.64% | 0.22% | - |
| HSV(B) | 124.29º | 0.78% | 0.35% | - |
| XYZ | 4.12 | 7.53 | 2.16 | - |
| YUV | 61.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 25 | 0.78 | 0 | 0.72 | 0.65 | 124.29 | 0.64 | 0.22 |
| Hex | 14 | 5A | 19 | 4E | 0 | 48 | 41 | 7C | 40 | 16 |
| Octal | 24 | 132 | 31 | 116 | 0 | 110 | 101 | 174 | 100 | 26 |
| Binary | 10100 | 1011010 | 11001 | 1001110 | 0 | 1001000 | 1000001 | 1111100 | 1000000 | 10110 |
Color Harmonies of #145A19
Complementary color
Monochromatic Colors of #145A19
Black with #145A19
Text Example
Text Example
White with #145A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A19; }
p { color: rgb(20,90,25); }
H1.HeaderClassName
{
color: #145A19;
}
.AnyTagClassName
{
color: #145A19;
}
</style>
background-color css
<style>
a { background-color: #145A19; }
a { background-color: rgb(20,90,25); }
div.DivClassName
{
background-color: #145A19;
}
.BgClassName
{
background-color: #145A19;
}
</style>
border-color css
<style>
span { border-color: #145A19; }
span { border-color: rgb(20,90,25); }
td.TdClassName
{
border-color: #145A19;
}
.TagClassName
{
border-color: #145A19;
}
</style>