Shades of Myrtle #173014
Tints of Myrtle #173014
RGB
CMYK
RGB Variations
Color information
#173014 (or 0x173014) is known color: Myrtle. HEX triplet: 17, 30 and 14. RGB value is (23,48,20). Sum of RGB (Red+Green+Blue) = 23+48+20=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #173014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173014 is #E8CFEB. Grayscale: #252525. Windows color (decimal): -15257580 or 1323031. OLE color: 1323031.
HSL color Cylindrical-coordinate representation of color #173014: hue angle of 113.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #173014 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 48 | 20 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.81 |
| HSL | 113.57º | 0.41% | 0.13% | - |
| HSV(B) | 113.57º | 0.58% | 0.19% | - |
| XYZ | 1.54 | 2.35 | 1.03 | - |
| YUV | 37.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 20 | 0.52 | 0 | 0.58 | 0.81 | 113.57 | 0.41 | 0.13 |
| Hex | 17 | 30 | 14 | 34 | 0 | 3A | 51 | 72 | 29 | D |
| Octal | 27 | 60 | 24 | 64 | 0 | 72 | 121 | 162 | 51 | 15 |
| Binary | 10111 | 110000 | 10100 | 110100 | 0 | 111010 | 1010001 | 1110010 | 101001 | 1101 |
Color Harmonies of #173014
Complementary color
Monochromatic Colors of #173014
Black with #173014
Text Example
Text Example
White with #173014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173014; }
p { color: rgb(23,48,20); }
H1.HeaderClassName
{
color: #173014;
}
.AnyTagClassName
{
color: #173014;
}
</style>
background-color css
<style>
a { background-color: #173014; }
a { background-color: rgb(23,48,20); }
div.DivClassName
{
background-color: #173014;
}
.BgClassName
{
background-color: #173014;
}
</style>
border-color css
<style>
span { border-color: #173014; }
span { border-color: rgb(23,48,20); }
td.TdClassName
{
border-color: #173014;
}
.TagClassName
{
border-color: #173014;
}
</style>