Shades of Myrtle #17470B
Tints of Myrtle #17470B
RGB
CMYK
RGB Variations
Color information
#17470B (or 0x17470B) is known color: Myrtle. HEX triplet: 17, 47 and 0B. RGB value is (23,71,11). Sum of RGB (Red+Green+Blue) = 23+71+11=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #17470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17470B is #E8B8F4. Grayscale: #323232. Windows color (decimal): -15251701 or 739095. OLE color: 739095.
HSL color Cylindrical-coordinate representation of color #17470B: hue angle of 108º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17470B is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 71 | 11 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.72 |
| HSL | 108º | 0.73% | 0.16% | - |
| HSV(B) | 108º | 0.85% | 0.28% | - |
| XYZ | 2.67 | 4.71 | 1.09 | - |
| YUV | 49.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 11 | 0.68 | 0 | 0.85 | 0.72 | 108 | 0.73 | 0.16 |
| Hex | 17 | 47 | B | 44 | 0 | 55 | 48 | 6C | 49 | 10 |
| Octal | 27 | 107 | 13 | 104 | 0 | 125 | 110 | 154 | 111 | 20 |
| Binary | 10111 | 1000111 | 1011 | 1000100 | 0 | 1010101 | 1001000 | 1101100 | 1001001 | 10000 |
Color Harmonies of #17470B
Complementary color
Monochromatic Colors of #17470B
Black with #17470B
Text Example
Text Example
White with #17470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17470B; }
p { color: rgb(23,71,11); }
H1.HeaderClassName
{
color: #17470B;
}
.AnyTagClassName
{
color: #17470B;
}
</style>
background-color css
<style>
a { background-color: #17470B; }
a { background-color: rgb(23,71,11); }
div.DivClassName
{
background-color: #17470B;
}
.BgClassName
{
background-color: #17470B;
}
</style>
border-color css
<style>
span { border-color: #17470B; }
span { border-color: rgb(23,71,11); }
td.TdClassName
{
border-color: #17470B;
}
.TagClassName
{
border-color: #17470B;
}
</style>