Shades of Myrtle #174002
Tints of Myrtle #174002
RGB
CMYK
RGB Variations
Color information
#174002 (or 0x174002) is known color: Myrtle. HEX triplet: 17, 40 and 02. RGB value is (23,64,2). Sum of RGB (Red+Green+Blue) = 23+64+2=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #174002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #174002 is #E8BFFD. Grayscale: #2C2C2C. Windows color (decimal): -15253502 or 147479. OLE color: 147479.
HSL color Cylindrical-coordinate representation of color #174002: hue angle of 99.68º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #174002 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 2 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.75 |
| HSL | 99.68º | 0.94% | 0.13% | - |
| HSV(B) | 99.68º | 0.97% | 0.25% | - |
| XYZ | 2.2 | 3.85 | 0.69 | - |
| YUV | 44.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 2 | 0.64 | 0 | 0.97 | 0.75 | 99.68 | 0.94 | 0.13 |
| Hex | 17 | 40 | 2 | 40 | 0 | 61 | 4B | 64 | 5E | D |
| Octal | 27 | 100 | 2 | 100 | 0 | 141 | 113 | 144 | 136 | 15 |
| Binary | 10111 | 1000000 | 10 | 1000000 | 0 | 1100001 | 1001011 | 1100100 | 1011110 | 1101 |
Color Harmonies of #174002
Complementary color
Monochromatic Colors of #174002
Black with #174002
Text Example
Text Example
White with #174002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174002; }
p { color: rgb(23,64,2); }
H1.HeaderClassName
{
color: #174002;
}
.AnyTagClassName
{
color: #174002;
}
</style>
background-color css
<style>
a { background-color: #174002; }
a { background-color: rgb(23,64,2); }
div.DivClassName
{
background-color: #174002;
}
.BgClassName
{
background-color: #174002;
}
</style>
border-color css
<style>
span { border-color: #174002; }
span { border-color: rgb(23,64,2); }
td.TdClassName
{
border-color: #174002;
}
.TagClassName
{
border-color: #174002;
}
</style>