Shades of Myrtle #114301
Tints of Myrtle #114301
RGB
CMYK
RGB Variations
Color information
#114301 (or 0x114301) is known color: Myrtle. HEX triplet: 11, 43 and 01. RGB value is (17,67,1). Sum of RGB (Red+Green+Blue) = 17+67+1=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #114301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114301 is #EEBCFE. Grayscale: #2C2C2C. Windows color (decimal): -15645951 or 82705. OLE color: 82705.
HSL color Cylindrical-coordinate representation of color #114301: hue angle of 105.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #114301 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.74 |
| HSL | 105.45º | 0.97% | 0.13% | - |
| HSV(B) | 105.45º | 0.99% | 0.26% | - |
| XYZ | 2.24 | 4.14 | 0.71 | - |
| YUV | 44.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 1 | 0.75 | 0 | 0.99 | 0.74 | 105.45 | 0.97 | 0.13 |
| Hex | 11 | 43 | 1 | 4B | 0 | 63 | 4A | 69 | 61 | D |
| Octal | 21 | 103 | 1 | 113 | 0 | 143 | 112 | 151 | 141 | 15 |
| Binary | 10001 | 1000011 | 1 | 1001011 | 0 | 1100011 | 1001010 | 1101001 | 1100001 | 1101 |
Color Harmonies of #114301
Complementary color
Monochromatic Colors of #114301
Black with #114301
Text Example
Text Example
White with #114301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114301; }
p { color: rgb(17,67,1); }
H1.HeaderClassName
{
color: #114301;
}
.AnyTagClassName
{
color: #114301;
}
</style>
background-color css
<style>
a { background-color: #114301; }
a { background-color: rgb(17,67,1); }
div.DivClassName
{
background-color: #114301;
}
.BgClassName
{
background-color: #114301;
}
</style>
border-color css
<style>
span { border-color: #114301; }
span { border-color: rgb(17,67,1); }
td.TdClassName
{
border-color: #114301;
}
.TagClassName
{
border-color: #114301;
}
</style>