Shades of Myrtle #114200
Tints of Myrtle #114200
RGB
CMYK
RGB Variations
Color information
#114200 (or 0x114200) is known color: Myrtle. HEX triplet: 11, 42 and 00. RGB value is (17,66,0). Sum of RGB (Red+Green+Blue) = 17+66+0=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #114200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114200 is #EEBDFF. Grayscale: #2C2C2C. Windows color (decimal): -15646208 or 16913. OLE color: 16913.
HSL color Cylindrical-coordinate representation of color #114200: hue angle of 104.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #114200 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.74 |
| HSL | 104.55º | 1% | 0.13% | - |
| HSV(B) | 104.55º | 1% | 0.26% | - |
| XYZ | 2.18 | 4.02 | 0.66 | - |
| YUV | 43.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 0 | 0.74 | 0 | 1 | 0.74 | 104.55 | 1 | 0.13 |
| Hex | 11 | 42 | 0 | 4A | 0 | 64 | 4A | 69 | 64 | D |
| Octal | 21 | 102 | 0 | 112 | 0 | 144 | 112 | 151 | 144 | 15 |
| Binary | 10001 | 1000010 | 0 | 1001010 | 0 | 1100100 | 1001010 | 1101001 | 1100100 | 1101 |
Color Harmonies of #114200
Complementary color
Monochromatic Colors of #114200
Black with #114200
Text Example
Text Example
White with #114200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114200; }
p { color: rgb(17,66,0); }
H1.HeaderClassName
{
color: #114200;
}
.AnyTagClassName
{
color: #114200;
}
</style>
background-color css
<style>
a { background-color: #114200; }
a { background-color: rgb(17,66,0); }
div.DivClassName
{
background-color: #114200;
}
.BgClassName
{
background-color: #114200;
}
</style>
border-color css
<style>
span { border-color: #114200; }
span { border-color: rgb(17,66,0); }
td.TdClassName
{
border-color: #114200;
}
.TagClassName
{
border-color: #114200;
}
</style>