Shades of Myrtle #174012
Tints of Myrtle #174012
RGB
CMYK
RGB Variations
Color information
#174012 (or 0x174012) is known color: Myrtle. HEX triplet: 17, 40 and 12. RGB value is (23,64,18). Sum of RGB (Red+Green+Blue) = 23+64+18=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #174012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #174012 is #E8BFED. Grayscale: #2E2E2E. Windows color (decimal): -15253486 or 1196055. OLE color: 1196055.
HSL color Cylindrical-coordinate representation of color #174012: hue angle of 113.48º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174012 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 18 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.75 |
| HSL | 113.48º | 0.56% | 0.16% | - |
| HSV(B) | 113.48º | 0.72% | 0.25% | - |
| XYZ | 2.3 | 3.89 | 1.2 | - |
| YUV | 46.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 18 | 0.64 | 0 | 0.72 | 0.75 | 113.48 | 0.56 | 0.16 |
| Hex | 17 | 40 | 12 | 40 | 0 | 48 | 4B | 71 | 38 | 10 |
| Octal | 27 | 100 | 22 | 100 | 0 | 110 | 113 | 161 | 70 | 20 |
| Binary | 10111 | 1000000 | 10010 | 1000000 | 0 | 1001000 | 1001011 | 1110001 | 111000 | 10000 |
Color Harmonies of #174012
Complementary color
Monochromatic Colors of #174012
Black with #174012
Text Example
Text Example
White with #174012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174012; }
p { color: rgb(23,64,18); }
H1.HeaderClassName
{
color: #174012;
}
.AnyTagClassName
{
color: #174012;
}
</style>
background-color css
<style>
a { background-color: #174012; }
a { background-color: rgb(23,64,18); }
div.DivClassName
{
background-color: #174012;
}
.BgClassName
{
background-color: #174012;
}
</style>
border-color css
<style>
span { border-color: #174012; }
span { border-color: rgb(23,64,18); }
td.TdClassName
{
border-color: #174012;
}
.TagClassName
{
border-color: #174012;
}
</style>