Shades of Myrtle #17480D
Tints of Myrtle #17480D
RGB
CMYK
RGB Variations
Color information
#17480D (or 0x17480D) is known color: Myrtle. HEX triplet: 17, 48 and 0D. RGB value is (23,72,13). Sum of RGB (Red+Green+Blue) = 23+72+13=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #17480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17480D is #E8B7F2. Grayscale: #323232. Windows color (decimal): -15251443 or 870423. OLE color: 870423.
HSL color Cylindrical-coordinate representation of color #17480D: hue angle of 109.83º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17480D is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 72 | 13 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.72 |
| HSL | 109.83º | 0.69% | 0.17% | - |
| HSV(B) | 109.83º | 0.82% | 0.28% | - |
| XYZ | 2.74 | 4.85 | 1.17 | - |
| YUV | 50.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 13 | 0.68 | 0 | 0.82 | 0.72 | 109.83 | 0.69 | 0.17 |
| Hex | 17 | 48 | D | 44 | 0 | 52 | 48 | 6E | 45 | 11 |
| Octal | 27 | 110 | 15 | 104 | 0 | 122 | 110 | 156 | 105 | 21 |
| Binary | 10111 | 1001000 | 1101 | 1000100 | 0 | 1010010 | 1001000 | 1101110 | 1000101 | 10001 |
Color Harmonies of #17480D
Complementary color
Monochromatic Colors of #17480D
Black with #17480D
Text Example
Text Example
White with #17480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17480D; }
p { color: rgb(23,72,13); }
H1.HeaderClassName
{
color: #17480D;
}
.AnyTagClassName
{
color: #17480D;
}
</style>
background-color css
<style>
a { background-color: #17480D; }
a { background-color: rgb(23,72,13); }
div.DivClassName
{
background-color: #17480D;
}
.BgClassName
{
background-color: #17480D;
}
</style>
border-color css
<style>
span { border-color: #17480D; }
span { border-color: rgb(23,72,13); }
td.TdClassName
{
border-color: #17480D;
}
.TagClassName
{
border-color: #17480D;
}
</style>