#1E4114

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

Shades of Myrtle #1E4114

Tints of Myrtle #1E4114

Color information

#1E4114 (or 0x1E4114) is unknown color: approx Myrtle. HEX triplet: 1E, 41 and 14. RGB value is (30,65,20). Sum of RGB (Red+Green+Blue) = 30+65+20=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4114 is #E1BEEB. Grayscale: #313131. Windows color (decimal): -14794476 or 1327390. OLE color: 1327390.

HSL color Cylindrical-coordinate representation of color #1E4114: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4114 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB306520-
CMYK0.5400.690.75
HSL106.67º52.94%16.67%-
HSV(B)106.67º69.23%25.49%-
XYZ2.554.111.32-
YUV49.4111.4114.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=26.09%
G=56.52%
B=17.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065200.5400.690.75106.6752.9416.67
Hex1E4114360454B6b3511
Octal36101246601051131536521
Binary11110100000110100110110010001011001011110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4114; }

 p { color: rgb(30,65,20); }

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

<style>
 a { background-color: #1E4114; }

 a { background-color: rgb(30,65,20); }

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

<style>
 span { border-color: #1E4114; }

 span { border-color: rgb(30,65,20); }

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