Shades of Myrtle #173C14
Tints of Myrtle #173C14
RGB
CMYK
RGB Variations
Color information
#173C14 (or 0x173C14) is known color: Myrtle. HEX triplet: 17, 3C and 14. RGB value is (23,60,20). Sum of RGB (Red+Green+Blue) = 23+60+20=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #173C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173C14 is #E8C3EB. Grayscale: #2C2C2C. Windows color (decimal): -15254508 or 1326103. OLE color: 1326103.
HSL color Cylindrical-coordinate representation of color #173C14: hue angle of 115.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #173C14 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 20 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.76 |
| HSL | 115.5º | 0.5% | 0.16% | - |
| HSV(B) | 115.5º | 0.67% | 0.24% | - |
| XYZ | 2.1 | 3.46 | 1.22 | - |
| YUV | 44.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 20 | 0.62 | 0 | 0.67 | 0.76 | 115.5 | 0.5 | 0.16 |
| Hex | 17 | 3C | 14 | 3E | 0 | 43 | 4C | 74 | 32 | 10 |
| Octal | 27 | 74 | 24 | 76 | 0 | 103 | 114 | 164 | 62 | 20 |
| Binary | 10111 | 111100 | 10100 | 111110 | 0 | 1000011 | 1001100 | 1110100 | 110010 | 10000 |
Color Harmonies of #173C14
Complementary color
Monochromatic Colors of #173C14
Black with #173C14
Text Example
Text Example
White with #173C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C14; }
p { color: rgb(23,60,20); }
H1.HeaderClassName
{
color: #173C14;
}
.AnyTagClassName
{
color: #173C14;
}
</style>
background-color css
<style>
a { background-color: #173C14; }
a { background-color: rgb(23,60,20); }
div.DivClassName
{
background-color: #173C14;
}
.BgClassName
{
background-color: #173C14;
}
</style>
border-color css
<style>
span { border-color: #173C14; }
span { border-color: rgb(23,60,20); }
td.TdClassName
{
border-color: #173C14;
}
.TagClassName
{
border-color: #173C14;
}
</style>