Shades of Myrtle #11380C
Tints of Myrtle #11380C
RGB
CMYK
RGB Variations
Color information
#11380C (or 0x11380C) is known color: Myrtle. HEX triplet: 11, 38 and 0C. RGB value is (17,56,12). Sum of RGB (Red+Green+Blue) = 17+56+12=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #11380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11380C is #EEC7F3. Grayscale: #272727. Windows color (decimal): -15648756 or 800785. OLE color: 800785.
HSL color Cylindrical-coordinate representation of color #11380C: hue angle of 113.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11380C is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 12 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.78 |
| HSL | 113.18º | 0.65% | 0.13% | - |
| HSV(B) | 113.18º | 0.79% | 0.22% | - |
| XYZ | 1.71 | 2.97 | 0.83 | - |
| YUV | 39.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 12 | 0.70 | 0 | 0.79 | 0.78 | 113.18 | 0.65 | 0.13 |
| Hex | 11 | 38 | C | 46 | 0 | 4F | 4E | 71 | 41 | D |
| Octal | 21 | 70 | 14 | 106 | 0 | 117 | 116 | 161 | 101 | 15 |
| Binary | 10001 | 111000 | 1100 | 1000110 | 0 | 1001111 | 1001110 | 1110001 | 1000001 | 1101 |
Color Harmonies of #11380C
Complementary color
Monochromatic Colors of #11380C
Black with #11380C
Text Example
Text Example
White with #11380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11380C; }
p { color: rgb(17,56,12); }
H1.HeaderClassName
{
color: #11380C;
}
.AnyTagClassName
{
color: #11380C;
}
</style>
background-color css
<style>
a { background-color: #11380C; }
a { background-color: rgb(17,56,12); }
div.DivClassName
{
background-color: #11380C;
}
.BgClassName
{
background-color: #11380C;
}
</style>
border-color css
<style>
span { border-color: #11380C; }
span { border-color: rgb(17,56,12); }
td.TdClassName
{
border-color: #11380C;
}
.TagClassName
{
border-color: #11380C;
}
</style>