Shades of Myrtle #174C10
Tints of Myrtle #174C10
RGB
CMYK
RGB Variations
Color information
#174C10 (or 0x174C10) is known color: Myrtle. HEX triplet: 17, 4C and 10. RGB value is (23,76,16). Sum of RGB (Red+Green+Blue) = 23+76+16=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #174C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #174C10 is #E8B3EF. Grayscale: #353535. Windows color (decimal): -15250416 or 1068055. OLE color: 1068055.
HSL color Cylindrical-coordinate representation of color #174C10: hue angle of 113º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174C10 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 16 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.70 |
| HSL | 113º | 0.65% | 0.18% | - |
| HSV(B) | 113º | 0.79% | 0.3% | - |
| XYZ | 3.03 | 5.39 | 1.37 | - |
| YUV | 53.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 16 | 0.70 | 0 | 0.79 | 0.70 | 113 | 0.65 | 0.18 |
| Hex | 17 | 4C | 10 | 46 | 0 | 4F | 46 | 71 | 41 | 12 |
| Octal | 27 | 114 | 20 | 106 | 0 | 117 | 106 | 161 | 101 | 22 |
| Binary | 10111 | 1001100 | 10000 | 1000110 | 0 | 1001111 | 1000110 | 1110001 | 1000001 | 10010 |
Color Harmonies of #174C10
Complementary color
Monochromatic Colors of #174C10
Black with #174C10
Text Example
Text Example
White with #174C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C10; }
p { color: rgb(23,76,16); }
H1.HeaderClassName
{
color: #174C10;
}
.AnyTagClassName
{
color: #174C10;
}
</style>
background-color css
<style>
a { background-color: #174C10; }
a { background-color: rgb(23,76,16); }
div.DivClassName
{
background-color: #174C10;
}
.BgClassName
{
background-color: #174C10;
}
</style>
border-color css
<style>
span { border-color: #174C10; }
span { border-color: rgb(23,76,16); }
td.TdClassName
{
border-color: #174C10;
}
.TagClassName
{
border-color: #174C10;
}
</style>