Shades of Myrtle #174114
Tints of Myrtle #174114
RGB
CMYK
RGB Variations
Color information
#174114 (or 0x174114) is known color: Myrtle. HEX triplet: 17, 41 and 14. RGB value is (23,65,20). Sum of RGB (Red+Green+Blue) = 23+65+20=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #174114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #174114 is #E8BEEB. Grayscale: #2F2F2F. Windows color (decimal): -15253228 or 1327383. OLE color: 1327383.
HSL color Cylindrical-coordinate representation of color #174114: hue angle of 116º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174114 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 20 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.75 |
| HSL | 116º | 0.53% | 0.17% | - |
| HSV(B) | 116º | 0.69% | 0.25% | - |
| XYZ | 2.37 | 4.01 | 1.31 | - |
| YUV | 47.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 20 | 0.65 | 0 | 0.69 | 0.75 | 116 | 0.53 | 0.17 |
| Hex | 17 | 41 | 14 | 41 | 0 | 45 | 4B | 74 | 35 | 11 |
| Octal | 27 | 101 | 24 | 101 | 0 | 105 | 113 | 164 | 65 | 21 |
| Binary | 10111 | 1000001 | 10100 | 1000001 | 0 | 1000101 | 1001011 | 1110100 | 110101 | 10001 |
Color Harmonies of #174114
Complementary color
Monochromatic Colors of #174114
Black with #174114
Text Example
Text Example
White with #174114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174114; }
p { color: rgb(23,65,20); }
H1.HeaderClassName
{
color: #174114;
}
.AnyTagClassName
{
color: #174114;
}
</style>
background-color css
<style>
a { background-color: #174114; }
a { background-color: rgb(23,65,20); }
div.DivClassName
{
background-color: #174114;
}
.BgClassName
{
background-color: #174114;
}
</style>
border-color css
<style>
span { border-color: #174114; }
span { border-color: rgb(23,65,20); }
td.TdClassName
{
border-color: #174114;
}
.TagClassName
{
border-color: #174114;
}
</style>