Shades of Myrtle #11230A
Tints of Myrtle #11230A
RGB
CMYK
RGB Variations
Color information
#11230A (or 0x11230A) is known color: Myrtle. HEX triplet: 11, 23 and 0A. RGB value is (17,35,10). Sum of RGB (Red+Green+Blue) = 17+35+10=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #11230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11230A is #EEDCF5. Grayscale: #1A1A1A. Windows color (decimal): -15654134 or 664337. OLE color: 664337.
HSL color Cylindrical-coordinate representation of color #11230A: hue angle of 103.2º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11230A is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 35 | 10 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.86 |
| HSL | 103.2º | 0.56% | 0.09% | - |
| HSV(B) | 103.2º | 0.71% | 0.14% | - |
| XYZ | 0.89 | 1.34 | 0.5 | - |
| YUV | 26.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 10 | 0.51 | 0 | 0.71 | 0.86 | 103.2 | 0.56 | 0.09 |
| Hex | 11 | 23 | A | 33 | 0 | 47 | 56 | 67 | 38 | 9 |
| Octal | 21 | 43 | 12 | 63 | 0 | 107 | 126 | 147 | 70 | 11 |
| Binary | 10001 | 100011 | 1010 | 110011 | 0 | 1000111 | 1010110 | 1100111 | 111000 | 1001 |
Color Harmonies of #11230A
Complementary color
Monochromatic Colors of #11230A
Black with #11230A
Text Example
Text Example
White with #11230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11230A; }
p { color: rgb(17,35,10); }
H1.HeaderClassName
{
color: #11230A;
}
.AnyTagClassName
{
color: #11230A;
}
</style>
background-color css
<style>
a { background-color: #11230A; }
a { background-color: rgb(17,35,10); }
div.DivClassName
{
background-color: #11230A;
}
.BgClassName
{
background-color: #11230A;
}
</style>
border-color css
<style>
span { border-color: #11230A; }
span { border-color: rgb(17,35,10); }
td.TdClassName
{
border-color: #11230A;
}
.TagClassName
{
border-color: #11230A;
}
</style>