Shades of Myrtle #174013
Tints of Myrtle #174013
RGB
CMYK
RGB Variations
Color information
#174013 (or 0x174013) is known color: Myrtle. HEX triplet: 17, 40 and 13. RGB value is (23,64,19). Sum of RGB (Red+Green+Blue) = 23+64+19=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #174013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #174013 is #E8BFEC. Grayscale: #2E2E2E. Windows color (decimal): -15253485 or 1261591. OLE color: 1261591.
HSL color Cylindrical-coordinate representation of color #174013: hue angle of 114.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174013 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 19 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.75 |
| HSL | 114.67º | 0.54% | 0.16% | - |
| HSV(B) | 114.67º | 0.7% | 0.25% | - |
| XYZ | 2.3 | 3.9 | 1.25 | - |
| YUV | 46.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 19 | 0.64 | 0 | 0.70 | 0.75 | 114.67 | 0.54 | 0.16 |
| Hex | 17 | 40 | 13 | 40 | 0 | 46 | 4B | 73 | 36 | 10 |
| Octal | 27 | 100 | 23 | 100 | 0 | 106 | 113 | 163 | 66 | 20 |
| Binary | 10111 | 1000000 | 10011 | 1000000 | 0 | 1000110 | 1001011 | 1110011 | 110110 | 10000 |
Color Harmonies of #174013
Complementary color
Monochromatic Colors of #174013
Black with #174013
Text Example
Text Example
White with #174013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174013; }
p { color: rgb(23,64,19); }
H1.HeaderClassName
{
color: #174013;
}
.AnyTagClassName
{
color: #174013;
}
</style>
background-color css
<style>
a { background-color: #174013; }
a { background-color: rgb(23,64,19); }
div.DivClassName
{
background-color: #174013;
}
.BgClassName
{
background-color: #174013;
}
</style>
border-color css
<style>
span { border-color: #174013; }
span { border-color: rgb(23,64,19); }
td.TdClassName
{
border-color: #174013;
}
.TagClassName
{
border-color: #174013;
}
</style>