Shades of Myrtle #17500C
Tints of Myrtle #17500C
RGB
CMYK
RGB Variations
Color information
#17500C (or 0x17500C) is known color: Myrtle. HEX triplet: 17, 50 and 0C. RGB value is (23,80,12). Sum of RGB (Red+Green+Blue) = 23+80+12=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #17500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17500C is #E8AFF3. Grayscale: #373737. Windows color (decimal): -15249396 or 806935. OLE color: 806935.
HSL color Cylindrical-coordinate representation of color #17500C: hue angle of 110.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17500C is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 12 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.69 |
| HSL | 110.29º | 0.74% | 0.18% | - |
| HSV(B) | 110.29º | 0.85% | 0.31% | - |
| XYZ | 3.29 | 5.95 | 1.32 | - |
| YUV | 55.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 12 | 0.71 | 0 | 0.85 | 0.69 | 110.29 | 0.74 | 0.18 |
| Hex | 17 | 50 | C | 47 | 0 | 55 | 45 | 6E | 4A | 12 |
| Octal | 27 | 120 | 14 | 107 | 0 | 125 | 105 | 156 | 112 | 22 |
| Binary | 10111 | 1010000 | 1100 | 1000111 | 0 | 1010101 | 1000101 | 1101110 | 1001010 | 10010 |
Color Harmonies of #17500C
Complementary color
Monochromatic Colors of #17500C
Black with #17500C
Text Example
Text Example
White with #17500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17500C; }
p { color: rgb(23,80,12); }
H1.HeaderClassName
{
color: #17500C;
}
.AnyTagClassName
{
color: #17500C;
}
</style>
background-color css
<style>
a { background-color: #17500C; }
a { background-color: rgb(23,80,12); }
div.DivClassName
{
background-color: #17500C;
}
.BgClassName
{
background-color: #17500C;
}
</style>
border-color css
<style>
span { border-color: #17500C; }
span { border-color: rgb(23,80,12); }
td.TdClassName
{
border-color: #17500C;
}
.TagClassName
{
border-color: #17500C;
}
</style>