Shades of Myrtle #17350D
Tints of Myrtle #17350D
RGB
CMYK
RGB Variations
Color information
#17350D (or 0x17350D) is known color: Myrtle. HEX triplet: 17, 35 and 0D. RGB value is (23,53,13). Sum of RGB (Red+Green+Blue) = 23+53+13=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #17350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17350D is #E8CAF2. Grayscale: #272727. Windows color (decimal): -15256307 or 865559. OLE color: 865559.
HSL color Cylindrical-coordinate representation of color #17350D: hue angle of 105º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17350D is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 53 | 13 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.79 |
| HSL | 105º | 0.61% | 0.13% | - |
| HSV(B) | 105º | 0.75% | 0.21% | - |
| XYZ | 1.7 | 2.76 | 0.82 | - |
| YUV | 39.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 13 | 0.57 | 0 | 0.75 | 0.79 | 105 | 0.61 | 0.13 |
| Hex | 17 | 35 | D | 39 | 0 | 4B | 4F | 69 | 3D | D |
| Octal | 27 | 65 | 15 | 71 | 0 | 113 | 117 | 151 | 75 | 15 |
| Binary | 10111 | 110101 | 1101 | 111001 | 0 | 1001011 | 1001111 | 1101001 | 111101 | 1101 |
Color Harmonies of #17350D
Complementary color
Monochromatic Colors of #17350D
Black with #17350D
Text Example
Text Example
White with #17350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17350D; }
p { color: rgb(23,53,13); }
H1.HeaderClassName
{
color: #17350D;
}
.AnyTagClassName
{
color: #17350D;
}
</style>
background-color css
<style>
a { background-color: #17350D; }
a { background-color: rgb(23,53,13); }
div.DivClassName
{
background-color: #17350D;
}
.BgClassName
{
background-color: #17350D;
}
</style>
border-color css
<style>
span { border-color: #17350D; }
span { border-color: rgb(23,53,13); }
td.TdClassName
{
border-color: #17350D;
}
.TagClassName
{
border-color: #17350D;
}
</style>