#114C0E

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

Shades of Myrtle #114C0E

Tints of Myrtle #114C0E

Color information

#114C0E (or 0x114C0E) is unknown color: approx Myrtle. HEX triplet: 11, 4C and 0E. RGB value is (17,76,14). Sum of RGB (Red+Green+Blue) = 17+76+14=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #114C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114C0E is #EEB3F1. Grayscale: #333333. Windows color (decimal): -15643634 or 936977. OLE color: 936977.

HSL color Cylindrical-coordinate representation of color #114C0E: hue angle of 117.1º 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 #114C0E is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB177614-
CMYK0.7800.820.70
HSL117.1º68.89%17.65%-
HSV(B)117.1º81.58%29.8%-
XYZ2.895.321.29-
YUV51.29106.95103.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 76 (30.08% from 255) = 71.03%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=15.89%
G=71.03%
B=13.08%

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
Decimal1776140.7800.820.70117.168.8917.65
Hex114CE4E05246754512
Octal2111416116012210616510522
Binary100011001100111010011100101001010001101110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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