Shades of Myrtle #17470A
Tints of Myrtle #17470A
RGB
CMYK
RGB Variations
Color information
#17470A (or 0x17470A) is known color: Myrtle. HEX triplet: 17, 47 and 0A. RGB value is (23,71,10). Sum of RGB (Red+Green+Blue) = 23+71+10=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #17470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17470A is #E8B8F5. Grayscale: #313131. Windows color (decimal): -15251702 or 673559. OLE color: 673559.
HSL color Cylindrical-coordinate representation of color #17470A: hue angle of 107.21º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17470A is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 71 | 10 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.72 |
| HSL | 107.21º | 0.75% | 0.16% | - |
| HSV(B) | 107.21º | 0.86% | 0.28% | - |
| XYZ | 2.66 | 4.71 | 1.06 | - |
| YUV | 49.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 10 | 0.68 | 0 | 0.86 | 0.72 | 107.21 | 0.75 | 0.16 |
| Hex | 17 | 47 | A | 44 | 0 | 56 | 48 | 6B | 4B | 10 |
| Octal | 27 | 107 | 12 | 104 | 0 | 126 | 110 | 153 | 113 | 20 |
| Binary | 10111 | 1000111 | 1010 | 1000100 | 0 | 1010110 | 1001000 | 1101011 | 1001011 | 10000 |
Color Harmonies of #17470A
Complementary color
Monochromatic Colors of #17470A
Black with #17470A
Text Example
Text Example
White with #17470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17470A; }
p { color: rgb(23,71,10); }
H1.HeaderClassName
{
color: #17470A;
}
.AnyTagClassName
{
color: #17470A;
}
</style>
background-color css
<style>
a { background-color: #17470A; }
a { background-color: rgb(23,71,10); }
div.DivClassName
{
background-color: #17470A;
}
.BgClassName
{
background-color: #17470A;
}
</style>
border-color css
<style>
span { border-color: #17470A; }
span { border-color: rgb(23,71,10); }
td.TdClassName
{
border-color: #17470A;
}
.TagClassName
{
border-color: #17470A;
}
</style>