Shades of Myrtle #11450F
Tints of Myrtle #11450F
RGB
CMYK
RGB Variations
Color information
#11450F (or 0x11450F) is known color: Myrtle. HEX triplet: 11, 45 and 0F. RGB value is (17,69,15). Sum of RGB (Red+Green+Blue) = 17+69+15=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #11450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11450F is #EEBAF0. Grayscale: #2F2F2F. Windows color (decimal): -15645425 or 1000721. OLE color: 1000721.
HSL color Cylindrical-coordinate representation of color #11450F: hue angle of 117.78º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11450F is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 15 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.73 |
| HSL | 117.78º | 0.64% | 0.16% | - |
| HSV(B) | 117.78º | 0.78% | 0.27% | - |
| XYZ | 2.45 | 4.41 | 1.17 | - |
| YUV | 47.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 15 | 0.75 | 0 | 0.78 | 0.73 | 117.78 | 0.64 | 0.16 |
| Hex | 11 | 45 | F | 4B | 0 | 4E | 49 | 76 | 40 | 10 |
| Octal | 21 | 105 | 17 | 113 | 0 | 116 | 111 | 166 | 100 | 20 |
| Binary | 10001 | 1000101 | 1111 | 1001011 | 0 | 1001110 | 1001001 | 1110110 | 1000000 | 10000 |
Color Harmonies of #11450F
Complementary color
Monochromatic Colors of #11450F
Black with #11450F
Text Example
Text Example
White with #11450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11450F; }
p { color: rgb(17,69,15); }
H1.HeaderClassName
{
color: #11450F;
}
.AnyTagClassName
{
color: #11450F;
}
</style>
background-color css
<style>
a { background-color: #11450F; }
a { background-color: rgb(17,69,15); }
div.DivClassName
{
background-color: #11450F;
}
.BgClassName
{
background-color: #11450F;
}
</style>
border-color css
<style>
span { border-color: #11450F; }
span { border-color: rgb(17,69,15); }
td.TdClassName
{
border-color: #11450F;
}
.TagClassName
{
border-color: #11450F;
}
</style>