#1E411E

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

Shades of Myrtle #1E411E

Tints of Myrtle #1E411E

Color information

#1E411E (or 0x1E411E) is unknown color: approx Myrtle. HEX triplet: 1E, 41 and 1E. RGB value is (30,65,30). Sum of RGB (Red+Green+Blue) = 30+65+30=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #1E411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E411E is #E1BEE1. Grayscale: #323232. Windows color (decimal): -14794466 or 1982750. OLE color: 1982750.

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

Color convert

RGB306530-
CMYK0.5400.540.75
HSL120º36.84%18.63%-
HSV(B)120º53.85%25.49%-
XYZ2.664.151.89-
YUV50.54116.4113.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 30 (12.11% from 255) = 24%
R=24%
G=52%
B=24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065300.5400.540.7512036.8418.63
Hex1E411E360364B782513
Octal3610136660661131704523
Binary1111010000011111011011001101101001011111100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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