Shades of Myrtle #11450A
Tints of Myrtle #11450A
RGB
CMYK
RGB Variations
Color information
#11450A (or 0x11450A) is known color: Myrtle. HEX triplet: 11, 45 and 0A. RGB value is (17,69,10). Sum of RGB (Red+Green+Blue) = 17+69+10=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #11450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11450A is #EEBAF5. Grayscale: #2E2E2E. Windows color (decimal): -15645430 or 673041. OLE color: 673041.
HSL color Cylindrical-coordinate representation of color #11450A: hue angle of 112.88º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11450A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 10 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.73 |
| HSL | 112.88º | 0.75% | 0.15% | - |
| HSV(B) | 112.88º | 0.86% | 0.27% | - |
| XYZ | 2.41 | 4.4 | 1.01 | - |
| YUV | 46.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 10 | 0.75 | 0 | 0.86 | 0.73 | 112.88 | 0.75 | 0.15 |
| Hex | 11 | 45 | A | 4B | 0 | 56 | 49 | 71 | 4B | F |
| Octal | 21 | 105 | 12 | 113 | 0 | 126 | 111 | 161 | 113 | 17 |
| Binary | 10001 | 1000101 | 1010 | 1001011 | 0 | 1010110 | 1001001 | 1110001 | 1001011 | 1111 |
Color Harmonies of #11450A
Complementary color
Monochromatic Colors of #11450A
Black with #11450A
Text Example
Text Example
White with #11450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11450A; }
p { color: rgb(17,69,10); }
H1.HeaderClassName
{
color: #11450A;
}
.AnyTagClassName
{
color: #11450A;
}
</style>
background-color css
<style>
a { background-color: #11450A; }
a { background-color: rgb(17,69,10); }
div.DivClassName
{
background-color: #11450A;
}
.BgClassName
{
background-color: #11450A;
}
</style>
border-color css
<style>
span { border-color: #11450A; }
span { border-color: rgb(17,69,10); }
td.TdClassName
{
border-color: #11450A;
}
.TagClassName
{
border-color: #11450A;
}
</style>