#114E1A

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

Shades of Myrtle #114E1A

Tints of Myrtle #114E1A

Color information

#114E1A (or 0x114E1A) is unknown color: approx Myrtle. HEX triplet: 11, 4E and 1A. RGB value is (17,78,26). Sum of RGB (Red+Green+Blue) = 17+78+26=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #114E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E1A is #EEB1E5. Grayscale: #353535. Windows color (decimal): -15643110 or 1723921. OLE color: 1723921.

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

Color convert

RGB177826-
CMYK0.7800.670.69
HSL128.85º64.21%18.63%-
HSV(B)128.85º78.21%30.59%-
XYZ3.145.641.9-
YUV53.83112.29101.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 78 (30.86% from 255) = 64.46%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=14.05%
G=64.46%
B=21.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778260.7800.670.69128.8564.2118.63
Hex114E1A4E04345814013
Octal2111632116010310520110023
Binary10001100111011010100111001000011100010110000001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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