Shades of Myrtle #11250C
Tints of Myrtle #11250C
RGB
CMYK
RGB Variations
Color information
#11250C (or 0x11250C) is known color: Myrtle. HEX triplet: 11, 25 and 0C. RGB value is (17,37,12). Sum of RGB (Red+Green+Blue) = 17+37+12=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #11250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11250C is #EEDAF3. Grayscale: #1C1C1C. Windows color (decimal): -15653620 or 795921. OLE color: 795921.
HSL color Cylindrical-coordinate representation of color #11250C: hue angle of 108º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11250C is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 12 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.85 |
| HSL | 108º | 0.51% | 0.1% | - |
| HSV(B) | 108º | 0.68% | 0.15% | - |
| XYZ | 0.96 | 1.47 | 0.58 | - |
| YUV | 28.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 12 | 0.54 | 0 | 0.68 | 0.85 | 108 | 0.51 | 0.1 |
| Hex | 11 | 25 | C | 36 | 0 | 44 | 55 | 6C | 33 | A |
| Octal | 21 | 45 | 14 | 66 | 0 | 104 | 125 | 154 | 63 | 12 |
| Binary | 10001 | 100101 | 1100 | 110110 | 0 | 1000100 | 1010101 | 1101100 | 110011 | 1010 |
Color Harmonies of #11250C
Complementary color
Monochromatic Colors of #11250C
Black with #11250C
Text Example
Text Example
White with #11250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11250C; }
p { color: rgb(17,37,12); }
H1.HeaderClassName
{
color: #11250C;
}
.AnyTagClassName
{
color: #11250C;
}
</style>
background-color css
<style>
a { background-color: #11250C; }
a { background-color: rgb(17,37,12); }
div.DivClassName
{
background-color: #11250C;
}
.BgClassName
{
background-color: #11250C;
}
</style>
border-color css
<style>
span { border-color: #11250C; }
span { border-color: rgb(17,37,12); }
td.TdClassName
{
border-color: #11250C;
}
.TagClassName
{
border-color: #11250C;
}
</style>