Shades of Myrtle #145817
Tints of Myrtle #145817
RGB
CMYK
RGB Variations
Color information
#145817 (or 0x145817) is known color: Myrtle. HEX triplet: 14, 58 and 17. RGB value is (20,88,23). Sum of RGB (Red+Green+Blue) = 20+88+23=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #145817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145817 is #EBA7E8. Grayscale: #3C3C3C. Windows color (decimal): -15443945 or 1529876. OLE color: 1529876.
HSL color Cylindrical-coordinate representation of color #145817: hue angle of 122.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145817 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 23 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.65 |
| HSL | 122.65º | 0.63% | 0.21% | - |
| HSV(B) | 122.65º | 0.77% | 0.35% | - |
| XYZ | 3.93 | 7.19 | 1.99 | - |
| YUV | 60.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 23 | 0.77 | 0 | 0.74 | 0.65 | 122.65 | 0.63 | 0.21 |
| Hex | 14 | 58 | 17 | 4D | 0 | 4A | 41 | 7B | 3F | 15 |
| Octal | 24 | 130 | 27 | 115 | 0 | 112 | 101 | 173 | 77 | 25 |
| Binary | 10100 | 1011000 | 10111 | 1001101 | 0 | 1001010 | 1000001 | 1111011 | 111111 | 10101 |
Color Harmonies of #145817
Complementary color
Monochromatic Colors of #145817
Black with #145817
Text Example
Text Example
White with #145817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145817; }
p { color: rgb(20,88,23); }
H1.HeaderClassName
{
color: #145817;
}
.AnyTagClassName
{
color: #145817;
}
</style>
background-color css
<style>
a { background-color: #145817; }
a { background-color: rgb(20,88,23); }
div.DivClassName
{
background-color: #145817;
}
.BgClassName
{
background-color: #145817;
}
</style>
border-color css
<style>
span { border-color: #145817; }
span { border-color: rgb(20,88,23); }
td.TdClassName
{
border-color: #145817;
}
.TagClassName
{
border-color: #145817;
}
</style>