Shades of Myrtle #145417
Tints of Myrtle #145417
RGB
CMYK
RGB Variations
Color information
#145417 (or 0x145417) is known color: Myrtle. HEX triplet: 14, 54 and 17. RGB value is (20,84,23). Sum of RGB (Red+Green+Blue) = 20+84+23=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 84 (33.20% from 255 or 66.14% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 84 - color contains mainly: green. Hex color #145417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145417 is #EBABE8. Grayscale: #3A3A3A. Windows color (decimal): -15444969 or 1528852. OLE color: 1528852.
HSL color Cylindrical-coordinate representation of color #145417: hue angle of 122.81º degrees, saturation: 0.62, 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 #145417 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 23 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.67 |
| HSL | 122.81º | 0.62% | 0.2% | - |
| HSV(B) | 122.81º | 0.76% | 0.33% | - |
| XYZ | 3.61 | 6.55 | 1.88 | - |
| YUV | 57.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 23 | 0.76 | 0 | 0.73 | 0.67 | 122.81 | 0.62 | 0.2 |
| Hex | 14 | 54 | 17 | 4C | 0 | 49 | 43 | 7B | 3E | 14 |
| Octal | 24 | 124 | 27 | 114 | 0 | 111 | 103 | 173 | 76 | 24 |
| Binary | 10100 | 1010100 | 10111 | 1001100 | 0 | 1001001 | 1000011 | 1111011 | 111110 | 10100 |
Color Harmonies of #145417
Complementary color
Monochromatic Colors of #145417
Black with #145417
Text Example
Text Example
White with #145417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145417; }
p { color: rgb(20,84,23); }
H1.HeaderClassName
{
color: #145417;
}
.AnyTagClassName
{
color: #145417;
}
</style>
background-color css
<style>
a { background-color: #145417; }
a { background-color: rgb(20,84,23); }
div.DivClassName
{
background-color: #145417;
}
.BgClassName
{
background-color: #145417;
}
</style>
border-color css
<style>
span { border-color: #145417; }
span { border-color: rgb(20,84,23); }
td.TdClassName
{
border-color: #145417;
}
.TagClassName
{
border-color: #145417;
}
</style>