Shades of Myrtle #17450E
Tints of Myrtle #17450E
RGB
CMYK
RGB Variations
Color information
#17450E (or 0x17450E) is known color: Myrtle. HEX triplet: 17, 45 and 0E. RGB value is (23,69,14). Sum of RGB (Red+Green+Blue) = 23+69+14=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #17450E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17450E is #E8BAF1. Grayscale: #313131. Windows color (decimal): -15252210 or 935191. OLE color: 935191.
HSL color Cylindrical-coordinate representation of color #17450E: hue angle of 110.18º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17450E is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 14 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.73 |
| HSL | 110.18º | 0.66% | 0.16% | - |
| HSV(B) | 110.18º | 0.8% | 0.27% | - |
| XYZ | 2.56 | 4.47 | 1.14 | - |
| YUV | 48.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 14 | 0.67 | 0 | 0.80 | 0.73 | 110.18 | 0.66 | 0.16 |
| Hex | 17 | 45 | E | 43 | 0 | 50 | 49 | 6E | 42 | 10 |
| Octal | 27 | 105 | 16 | 103 | 0 | 120 | 111 | 156 | 102 | 20 |
| Binary | 10111 | 1000101 | 1110 | 1000011 | 0 | 1010000 | 1001001 | 1101110 | 1000010 | 10000 |
Color Harmonies of #17450E
Complementary color
Monochromatic Colors of #17450E
Black with #17450E
Text Example
Text Example
White with #17450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17450E; }
p { color: rgb(23,69,14); }
H1.HeaderClassName
{
color: #17450E;
}
.AnyTagClassName
{
color: #17450E;
}
</style>
background-color css
<style>
a { background-color: #17450E; }
a { background-color: rgb(23,69,14); }
div.DivClassName
{
background-color: #17450E;
}
.BgClassName
{
background-color: #17450E;
}
</style>
border-color css
<style>
span { border-color: #17450E; }
span { border-color: rgb(23,69,14); }
td.TdClassName
{
border-color: #17450E;
}
.TagClassName
{
border-color: #17450E;
}
</style>