Shades of Myrtle #145319
Tints of Myrtle #145319
RGB
CMYK
RGB Variations
Color information
#145319 (or 0x145319) is known color: Myrtle. HEX triplet: 14, 53 and 19. RGB value is (20,83,25). Sum of RGB (Red+Green+Blue) = 20+83+25=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #145319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145319 is #EBACE6. Grayscale: #393939. Windows color (decimal): -15445223 or 1659668. OLE color: 1659668.
HSL color Cylindrical-coordinate representation of color #145319: hue angle of 124.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145319 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 25 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.67 |
| HSL | 124.76º | 0.61% | 0.2% | - |
| HSV(B) | 124.76º | 0.76% | 0.33% | - |
| XYZ | 3.56 | 6.41 | 1.97 | - |
| YUV | 57.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 25 | 0.76 | 0 | 0.70 | 0.67 | 124.76 | 0.61 | 0.2 |
| Hex | 14 | 53 | 19 | 4C | 0 | 46 | 43 | 7D | 3D | 14 |
| Octal | 24 | 123 | 31 | 114 | 0 | 106 | 103 | 175 | 75 | 24 |
| Binary | 10100 | 1010011 | 11001 | 1001100 | 0 | 1000110 | 1000011 | 1111101 | 111101 | 10100 |
Color Harmonies of #145319
Complementary color
Monochromatic Colors of #145319
Black with #145319
Text Example
Text Example
White with #145319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145319; }
p { color: rgb(20,83,25); }
H1.HeaderClassName
{
color: #145319;
}
.AnyTagClassName
{
color: #145319;
}
</style>
background-color css
<style>
a { background-color: #145319; }
a { background-color: rgb(20,83,25); }
div.DivClassName
{
background-color: #145319;
}
.BgClassName
{
background-color: #145319;
}
</style>
border-color css
<style>
span { border-color: #145319; }
span { border-color: rgb(20,83,25); }
td.TdClassName
{
border-color: #145319;
}
.TagClassName
{
border-color: #145319;
}
</style>