Shades of Myrtle #173C01
Tints of Myrtle #173C01
RGB
CMYK
RGB Variations
Color information
#173C01 (or 0x173C01) is known color: Myrtle. HEX triplet: 17, 3C and 01. RGB value is (23,60,1). Sum of RGB (Red+Green+Blue) = 23+60+1=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 60 (23.83% from 255 or 71.43% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 60 - color contains mainly: green. Hex color #173C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #173C01 is #E8C3FE. Grayscale: #2A2A2A. Windows color (decimal): -15254527 or 80919. OLE color: 80919.
HSL color Cylindrical-coordinate representation of color #173C01: hue angle of 97.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #173C01 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 1 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.76 |
| HSL | 97.63º | 0.97% | 0.12% | - |
| HSV(B) | 97.63º | 0.98% | 0.24% | - |
| XYZ | 1.97 | 3.42 | 0.58 | - |
| YUV | 42.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 1 | 0.62 | 0 | 0.98 | 0.76 | 97.63 | 0.97 | 0.12 |
| Hex | 17 | 3C | 1 | 3E | 0 | 62 | 4C | 62 | 61 | C |
| Octal | 27 | 74 | 1 | 76 | 0 | 142 | 114 | 142 | 141 | 14 |
| Binary | 10111 | 111100 | 1 | 111110 | 0 | 1100010 | 1001100 | 1100010 | 1100001 | 1100 |
Color Harmonies of #173C01
Complementary color
Monochromatic Colors of #173C01
Black with #173C01
Text Example
Text Example
White with #173C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C01; }
p { color: rgb(23,60,1); }
H1.HeaderClassName
{
color: #173C01;
}
.AnyTagClassName
{
color: #173C01;
}
</style>
background-color css
<style>
a { background-color: #173C01; }
a { background-color: rgb(23,60,1); }
div.DivClassName
{
background-color: #173C01;
}
.BgClassName
{
background-color: #173C01;
}
</style>
border-color css
<style>
span { border-color: #173C01; }
span { border-color: rgb(23,60,1); }
td.TdClassName
{
border-color: #173C01;
}
.TagClassName
{
border-color: #173C01;
}
</style>