#114E0D

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

Shades of Myrtle #114E0D

Tints of Myrtle #114E0D

Color information

#114E0D (or 0x114E0D) is unknown color: approx Myrtle. HEX triplet: 11, 4E and 0D. RGB value is (17,78,13). Sum of RGB (Red+Green+Blue) = 17+78+13=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 78 (30.86% from 255 or 72.22% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 78 - color contains mainly: green. Hex color #114E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114E0D is #EEB1F2. Grayscale: #343434. Windows color (decimal): -15643123 or 871953. OLE color: 871953.

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

Color convert

RGB177813-
CMYK0.7800.830.69
HSL116.31º71.43%17.84%-
HSV(B)116.31º83.33%30.59%-
XYZ3.035.61.3-
YUV52.35105.79102.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 78 (30.86% from 255) = 72.22%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=15.74%
G=72.22%
B=12.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778130.7800.830.69116.3171.4317.84
Hex114ED4E05345744712
Octal2111615116012310516410722
Binary100011001110110110011100101001110001011110100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,78,13); }

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

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

 a { background-color: rgb(17,78,13); }

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

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

 span { border-color: rgb(17,78,13); }

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