Shades of Myrtle #113308
Tints of Myrtle #113308
RGB
CMYK
RGB Variations
Color information
#113308 (or 0x113308) is known color: Myrtle. HEX triplet: 11, 33 and 08. RGB value is (17,51,8). Sum of RGB (Red+Green+Blue) = 17+51+8=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #113308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113308 is #EECCF7. Grayscale: #242424. Windows color (decimal): -15650040 or 537361. OLE color: 537361.
HSL color Cylindrical-coordinate representation of color #113308: hue angle of 107.44º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113308 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 8 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.8 |
| HSL | 107.44º | 0.73% | 0.12% | - |
| HSV(B) | 107.44º | 0.84% | 0.2% | - |
| XYZ | 1.46 | 2.5 | 0.64 | - |
| YUV | 35.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 8 | 0.67 | 0 | 0.84 | 0.8 | 107.44 | 0.73 | 0.12 |
| Hex | 11 | 33 | 8 | 43 | 0 | 54 | 50 | 6B | 49 | C |
| Octal | 21 | 63 | 10 | 103 | 0 | 124 | 120 | 153 | 111 | 14 |
| Binary | 10001 | 110011 | 1000 | 1000011 | 0 | 1010100 | 1010000 | 1101011 | 1001001 | 1100 |
Color Harmonies of #113308
Complementary color
Monochromatic Colors of #113308
Black with #113308
Text Example
Text Example
White with #113308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113308; }
p { color: rgb(17,51,8); }
H1.HeaderClassName
{
color: #113308;
}
.AnyTagClassName
{
color: #113308;
}
</style>
background-color css
<style>
a { background-color: #113308; }
a { background-color: rgb(17,51,8); }
div.DivClassName
{
background-color: #113308;
}
.BgClassName
{
background-color: #113308;
}
</style>
border-color css
<style>
span { border-color: #113308; }
span { border-color: rgb(17,51,8); }
td.TdClassName
{
border-color: #113308;
}
.TagClassName
{
border-color: #113308;
}
</style>