#114D0E

Color #114D0E Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #114D0E

Tints of Myrtle #114D0E

Color information

#114D0E (or 0x114D0E) is unknown color: approx Myrtle. HEX triplet: 11, 4D and 0E. RGB value is (17,77,14). Sum of RGB (Red+Green+Blue) = 17+77+14=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 77 (30.47% from 255 or 71.30% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 77 - color contains mainly: green. Hex color #114D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D0E is #EEB2F1. Grayscale: #343434. Windows color (decimal): -15643378 or 937233. OLE color: 937233.

HSL color Cylindrical-coordinate representation of color #114D0E: hue angle of 117.14º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114D0E is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB177714-
CMYK0.7800.820.70
HSL117.14º69.23%17.84%-
HSV(B)117.14º81.82%30.2%-
XYZ2.965.461.31-
YUV51.88106.62103.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 77 (30.47% from 255) = 71.30%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=15.74%
G=71.30%
B=12.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777140.7800.820.70117.1469.2317.84
Hex114DE4E05246754512
Octal2111516116012210616510522
Binary100011001101111010011100101001010001101110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D0E; }

 p { color: rgb(17,77,14); }

 H1.HeaderClassName
 {
   color: #114D0E;
 }
 .AnyTagClassName
 {
   color: #114D0E;
 }
</style>
background-color css

<style>
 a { background-color: #114D0E; }

 a { background-color: rgb(17,77,14); }

 div.DivClassName
 {
   background-color: #114D0E;
 }
 .BgClassName
 {
   background-color: #114D0E;
 }
</style>
border-color css

<style>
 span { border-color: #114D0E; }

 span { border-color: rgb(17,77,14); }

 td.TdClassName
 {
   border-color: #114D0E;
 }
 .TagClassName
 {
   border-color: #114D0E;
 }
</style>