#1E4011

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

Shades of Myrtle #1E4011

Tints of Myrtle #1E4011

Color information

#1E4011 (or 0x1E4011) is unknown color: approx Myrtle. HEX triplet: 1E, 40 and 11. RGB value is (30,64,17). Sum of RGB (Red+Green+Blue) = 30+64+17=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4011 is #E1BFEE. Grayscale: #303030. Windows color (decimal): -14794735 or 1130526. OLE color: 1130526.

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

Color convert

RGB306417-
CMYK0.5300.730.75
HSL103.4º58.02%15.88%-
HSV(B)103.4º73.44%25.1%-
XYZ2.473.981.17-
YUV48.48110.24114.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.03%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=27.03%
G=57.66%
B=15.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3064170.5300.730.75103.458.0215.88
Hex1E4011350494B673a10
Octal36100216501111131477220
Binary11110100000010001110101010010011001011110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,17); }

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

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

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

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

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

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

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