Shades of Myrtle #17450B
Tints of Myrtle #17450B
RGB
CMYK
RGB Variations
Color information
#17450B (or 0x17450B) is known color: Myrtle. HEX triplet: 17, 45 and 0B. RGB value is (23,69,11). Sum of RGB (Red+Green+Blue) = 23+69+11=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #17450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17450B is #E8BAF4. Grayscale: #303030. Windows color (decimal): -15252213 or 738583. OLE color: 738583.
HSL color Cylindrical-coordinate representation of color #17450B: hue angle of 107.59º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17450B is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 11 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.73 |
| HSL | 107.59º | 0.73% | 0.16% | - |
| HSV(B) | 107.59º | 0.84% | 0.27% | - |
| XYZ | 2.54 | 4.46 | 1.04 | - |
| YUV | 48.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 11 | 0.67 | 0 | 0.84 | 0.73 | 107.59 | 0.73 | 0.16 |
| Hex | 17 | 45 | B | 43 | 0 | 54 | 49 | 6C | 48 | 10 |
| Octal | 27 | 105 | 13 | 103 | 0 | 124 | 111 | 154 | 110 | 20 |
| Binary | 10111 | 1000101 | 1011 | 1000011 | 0 | 1010100 | 1001001 | 1101100 | 1001000 | 10000 |
Color Harmonies of #17450B
Complementary color
Monochromatic Colors of #17450B
Black with #17450B
Text Example
Text Example
White with #17450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17450B; }
p { color: rgb(23,69,11); }
H1.HeaderClassName
{
color: #17450B;
}
.AnyTagClassName
{
color: #17450B;
}
</style>
background-color css
<style>
a { background-color: #17450B; }
a { background-color: rgb(23,69,11); }
div.DivClassName
{
background-color: #17450B;
}
.BgClassName
{
background-color: #17450B;
}
</style>
border-color css
<style>
span { border-color: #17450B; }
span { border-color: rgb(23,69,11); }
td.TdClassName
{
border-color: #17450B;
}
.TagClassName
{
border-color: #17450B;
}
</style>