Shades of Myrtle #174D20
Tints of Myrtle #174D20
RGB
CMYK
RGB Variations
Color information
#174D20 (or 0x174D20) is known color: Myrtle. HEX triplet: 17, 4D and 20. RGB value is (23,77,32). Sum of RGB (Red+Green+Blue) = 23+77+32=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #174D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D20 is #E8B2DF. Grayscale: #373737. Windows color (decimal): -15250144 or 2116887. OLE color: 2116887.
HSL color Cylindrical-coordinate representation of color #174D20: hue angle of 130º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174D20 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 77 | 32 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.70 |
| HSL | 130º | 0.54% | 0.2% | - |
| HSV(B) | 130º | 0.7% | 0.3% | - |
| XYZ | 3.27 | 5.59 | 2.27 | - |
| YUV | 55.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 32 | 0.70 | 0 | 0.58 | 0.70 | 130 | 0.54 | 0.2 |
| Hex | 17 | 4D | 20 | 46 | 0 | 3A | 46 | 82 | 36 | 14 |
| Octal | 27 | 115 | 40 | 106 | 0 | 72 | 106 | 202 | 66 | 24 |
| Binary | 10111 | 1001101 | 100000 | 1000110 | 0 | 111010 | 1000110 | 10000010 | 110110 | 10100 |
Color Harmonies of #174D20
Complementary color
Monochromatic Colors of #174D20
Black with #174D20
Text Example
Text Example
White with #174D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D20; }
p { color: rgb(23,77,32); }
H1.HeaderClassName
{
color: #174D20;
}
.AnyTagClassName
{
color: #174D20;
}
</style>
background-color css
<style>
a { background-color: #174D20; }
a { background-color: rgb(23,77,32); }
div.DivClassName
{
background-color: #174D20;
}
.BgClassName
{
background-color: #174D20;
}
</style>
border-color css
<style>
span { border-color: #174D20; }
span { border-color: rgb(23,77,32); }
td.TdClassName
{
border-color: #174D20;
}
.TagClassName
{
border-color: #174D20;
}
</style>