Shades of Myrtle #113003
Tints of Myrtle #113003
RGB
CMYK
RGB Variations
Color information
#113003 (or 0x113003) is known color: Myrtle. HEX triplet: 11, 30 and 03. RGB value is (17,48,3). Sum of RGB (Red+Green+Blue) = 17+48+3=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #113003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113003 is #EECFFC. Grayscale: #212121. Windows color (decimal): -15650813 or 208913. OLE color: 208913.
HSL color Cylindrical-coordinate representation of color #113003: hue angle of 101.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #113003 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 3 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.81 |
| HSL | 101.33º | 0.88% | 0.1% | - |
| HSV(B) | 101.33º | 0.94% | 0.19% | - |
| XYZ | 1.3 | 2.24 | 0.45 | - |
| YUV | 33.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 3 | 0.65 | 0 | 0.94 | 0.81 | 101.33 | 0.88 | 0.1 |
| Hex | 11 | 30 | 3 | 41 | 0 | 5E | 51 | 65 | 58 | A |
| Octal | 21 | 60 | 3 | 101 | 0 | 136 | 121 | 145 | 130 | 12 |
| Binary | 10001 | 110000 | 11 | 1000001 | 0 | 1011110 | 1010001 | 1100101 | 1011000 | 1010 |
Color Harmonies of #113003
Complementary color
Monochromatic Colors of #113003
Black with #113003
Text Example
Text Example
White with #113003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113003; }
p { color: rgb(17,48,3); }
H1.HeaderClassName
{
color: #113003;
}
.AnyTagClassName
{
color: #113003;
}
</style>
background-color css
<style>
a { background-color: #113003; }
a { background-color: rgb(17,48,3); }
div.DivClassName
{
background-color: #113003;
}
.BgClassName
{
background-color: #113003;
}
</style>
border-color css
<style>
span { border-color: #113003; }
span { border-color: rgb(17,48,3); }
td.TdClassName
{
border-color: #113003;
}
.TagClassName
{
border-color: #113003;
}
</style>