Shades of Myrtle #145219
Tints of Myrtle #145219
RGB
CMYK
RGB Variations
Color information
#145219 (or 0x145219) is known color: Myrtle. HEX triplet: 14, 52 and 19. RGB value is (20,82,25). Sum of RGB (Red+Green+Blue) = 20+82+25=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #145219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145219 is #EBADE6. Grayscale: #393939. Windows color (decimal): -15445479 or 1659412. OLE color: 1659412.
HSL color Cylindrical-coordinate representation of color #145219: hue angle of 124.84º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145219 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 25 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.68 |
| HSL | 124.84º | 0.61% | 0.2% | - |
| HSV(B) | 124.84º | 0.76% | 0.32% | - |
| XYZ | 3.48 | 6.25 | 1.94 | - |
| YUV | 56.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 25 | 0.76 | 0 | 0.70 | 0.68 | 124.84 | 0.61 | 0.2 |
| Hex | 14 | 52 | 19 | 4C | 0 | 46 | 44 | 7D | 3D | 14 |
| Octal | 24 | 122 | 31 | 114 | 0 | 106 | 104 | 175 | 75 | 24 |
| Binary | 10100 | 1010010 | 11001 | 1001100 | 0 | 1000110 | 1000100 | 1111101 | 111101 | 10100 |
Color Harmonies of #145219
Complementary color
Monochromatic Colors of #145219
Black with #145219
Text Example
Text Example
White with #145219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145219; }
p { color: rgb(20,82,25); }
H1.HeaderClassName
{
color: #145219;
}
.AnyTagClassName
{
color: #145219;
}
</style>
background-color css
<style>
a { background-color: #145219; }
a { background-color: rgb(20,82,25); }
div.DivClassName
{
background-color: #145219;
}
.BgClassName
{
background-color: #145219;
}
</style>
border-color css
<style>
span { border-color: #145219; }
span { border-color: rgb(20,82,25); }
td.TdClassName
{
border-color: #145219;
}
.TagClassName
{
border-color: #145219;
}
</style>