Shades of Myrtle #114619
Tints of Myrtle #114619
RGB
CMYK
RGB Variations
Color information
#114619 (or 0x114619) is known color: Myrtle. HEX triplet: 11, 46 and 19. RGB value is (17,70,25). Sum of RGB (Red+Green+Blue) = 17+70+25=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #114619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114619 is #EEB9E6. Grayscale: #313131. Windows color (decimal): -15645159 or 1656337. OLE color: 1656337.
HSL color Cylindrical-coordinate representation of color #114619: hue angle of 129.06º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114619 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 25 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.73 |
| HSL | 129.06º | 0.61% | 0.17% | - |
| HSV(B) | 129.06º | 0.76% | 0.27% | - |
| XYZ | 2.6 | 4.57 | 1.66 | - |
| YUV | 49.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 25 | 0.76 | 0 | 0.64 | 0.73 | 129.06 | 0.61 | 0.17 |
| Hex | 11 | 46 | 19 | 4C | 0 | 40 | 49 | 81 | 3D | 11 |
| Octal | 21 | 106 | 31 | 114 | 0 | 100 | 111 | 201 | 75 | 21 |
| Binary | 10001 | 1000110 | 11001 | 1001100 | 0 | 1000000 | 1001001 | 10000001 | 111101 | 10001 |
Color Harmonies of #114619
Complementary color
Monochromatic Colors of #114619
Black with #114619
Text Example
Text Example
White with #114619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114619; }
p { color: rgb(17,70,25); }
H1.HeaderClassName
{
color: #114619;
}
.AnyTagClassName
{
color: #114619;
}
</style>
background-color css
<style>
a { background-color: #114619; }
a { background-color: rgb(17,70,25); }
div.DivClassName
{
background-color: #114619;
}
.BgClassName
{
background-color: #114619;
}
</style>
border-color css
<style>
span { border-color: #114619; }
span { border-color: rgb(17,70,25); }
td.TdClassName
{
border-color: #114619;
}
.TagClassName
{
border-color: #114619;
}
</style>