Shades of Myrtle #175513
Tints of Myrtle #175513
RGB
CMYK
RGB Variations
Color information
#175513 (or 0x175513) is known color: Myrtle. HEX triplet: 17, 55 and 13. RGB value is (23,85,19). Sum of RGB (Red+Green+Blue) = 23+85+19=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #175513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #175513 is #E8AAEC. Grayscale: #3B3B3B. Windows color (decimal): -15248109 or 1266967. OLE color: 1266967.
HSL color Cylindrical-coordinate representation of color #175513: hue angle of 116.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175513 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 85 | 19 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.67 |
| HSL | 116.36º | 0.63% | 0.2% | - |
| HSV(B) | 116.36º | 0.78% | 0.33% | - |
| XYZ | 3.72 | 6.73 | 1.72 | - |
| YUV | 58.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 19 | 0.73 | 0 | 0.78 | 0.67 | 116.36 | 0.63 | 0.2 |
| Hex | 17 | 55 | 13 | 49 | 0 | 4E | 43 | 74 | 3F | 14 |
| Octal | 27 | 125 | 23 | 111 | 0 | 116 | 103 | 164 | 77 | 24 |
| Binary | 10111 | 1010101 | 10011 | 1001001 | 0 | 1001110 | 1000011 | 1110100 | 111111 | 10100 |
Color Harmonies of #175513
Complementary color
Monochromatic Colors of #175513
Black with #175513
Text Example
Text Example
White with #175513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175513; }
p { color: rgb(23,85,19); }
H1.HeaderClassName
{
color: #175513;
}
.AnyTagClassName
{
color: #175513;
}
</style>
background-color css
<style>
a { background-color: #175513; }
a { background-color: rgb(23,85,19); }
div.DivClassName
{
background-color: #175513;
}
.BgClassName
{
background-color: #175513;
}
</style>
border-color css
<style>
span { border-color: #175513; }
span { border-color: rgb(23,85,19); }
td.TdClassName
{
border-color: #175513;
}
.TagClassName
{
border-color: #175513;
}
</style>