Shades of Myrtle #113405
Tints of Myrtle #113405
RGB
CMYK
RGB Variations
Color information
#113405 (or 0x113405) is known color: Myrtle. HEX triplet: 11, 34 and 05. RGB value is (17,52,5). Sum of RGB (Red+Green+Blue) = 17+52+5=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #113405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113405 is #EECBFA. Grayscale: #242424. Windows color (decimal): -15649787 or 341009. OLE color: 341009.
HSL color Cylindrical-coordinate representation of color #113405: hue angle of 104.68º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113405 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 52 | 5 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.80 |
| HSL | 104.68º | 0.82% | 0.11% | - |
| HSV(B) | 104.68º | 0.9% | 0.2% | - |
| XYZ | 1.49 | 2.59 | 0.56 | - |
| YUV | 36.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 5 | 0.67 | 0 | 0.90 | 0.80 | 104.68 | 0.82 | 0.11 |
| Hex | 11 | 34 | 5 | 43 | 0 | 5A | 50 | 69 | 52 | B |
| Octal | 21 | 64 | 5 | 103 | 0 | 132 | 120 | 151 | 122 | 13 |
| Binary | 10001 | 110100 | 101 | 1000011 | 0 | 1011010 | 1010000 | 1101001 | 1010010 | 1011 |
Color Harmonies of #113405
Complementary color
Monochromatic Colors of #113405
Black with #113405
Text Example
Text Example
White with #113405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113405; }
p { color: rgb(17,52,5); }
H1.HeaderClassName
{
color: #113405;
}
.AnyTagClassName
{
color: #113405;
}
</style>
background-color css
<style>
a { background-color: #113405; }
a { background-color: rgb(17,52,5); }
div.DivClassName
{
background-color: #113405;
}
.BgClassName
{
background-color: #113405;
}
</style>
border-color css
<style>
span { border-color: #113405; }
span { border-color: rgb(17,52,5); }
td.TdClassName
{
border-color: #113405;
}
.TagClassName
{
border-color: #113405;
}
</style>