Shades of Myrtle #174C1C
Tints of Myrtle #174C1C
RGB
CMYK
RGB Variations
Color information
#174C1C (or 0x174C1C) is known color: Myrtle. HEX triplet: 17, 4C and 1C. RGB value is (23,76,28). Sum of RGB (Red+Green+Blue) = 23+76+28=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #174C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C1C is #E8B3E3. Grayscale: #363636. Windows color (decimal): -15250404 or 1854487. OLE color: 1854487.
HSL color Cylindrical-coordinate representation of color #174C1C: hue angle of 125.66º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C1C is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 28 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.70 |
| HSL | 125.66º | 0.54% | 0.19% | - |
| HSV(B) | 125.66º | 0.7% | 0.3% | - |
| XYZ | 3.15 | 5.43 | 1.98 | - |
| YUV | 54.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 28 | 0.70 | 0 | 0.63 | 0.70 | 125.66 | 0.54 | 0.19 |
| Hex | 17 | 4C | 1C | 46 | 0 | 3F | 46 | 7E | 36 | 13 |
| Octal | 27 | 114 | 34 | 106 | 0 | 77 | 106 | 176 | 66 | 23 |
| Binary | 10111 | 1001100 | 11100 | 1000110 | 0 | 111111 | 1000110 | 1111110 | 110110 | 10011 |
Color Harmonies of #174C1C
Complementary color
Monochromatic Colors of #174C1C
Black with #174C1C
Text Example
Text Example
White with #174C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C1C; }
p { color: rgb(23,76,28); }
H1.HeaderClassName
{
color: #174C1C;
}
.AnyTagClassName
{
color: #174C1C;
}
</style>
background-color css
<style>
a { background-color: #174C1C; }
a { background-color: rgb(23,76,28); }
div.DivClassName
{
background-color: #174C1C;
}
.BgClassName
{
background-color: #174C1C;
}
</style>
border-color css
<style>
span { border-color: #174C1C; }
span { border-color: rgb(23,76,28); }
td.TdClassName
{
border-color: #174C1C;
}
.TagClassName
{
border-color: #174C1C;
}
</style>