#1E490D

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

Shades of Myrtle #1E490D

Tints of Myrtle #1E490D

Color information

#1E490D (or 0x1E490D) is unknown color: approx Myrtle. HEX triplet: 1E, 49 and 0D. RGB value is (30,73,13). Sum of RGB (Red+Green+Blue) = 30+73+13=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #1E490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E490D is #E1B6F2. Grayscale: #353535. Windows color (decimal): -14792435 or 870686. OLE color: 870686.

HSL color Cylindrical-coordinate representation of color #1E490D: hue angle of 103º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E490D is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB307313-
CMYK0.5900.820.71
HSL103º69.77%16.86%-
HSV(B)103º82.19%28.63%-
XYZ2.995.071.2-
YUV53.3105.25111.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=25.86%
G=62.93%
B=11.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3073130.5900.820.7110369.7716.86
Hex1E49D3B05247674611
Octal361111573012210714710621
Binary11110100100111011110110101001010001111100111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,13); }

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

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

 a { background-color: rgb(30,73,13); }

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

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

 span { border-color: rgb(30,73,13); }

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