#1E4010

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

Shades of Myrtle #1E4010

Tints of Myrtle #1E4010

Color information

#1E4010 (or 0x1E4010) is unknown color: approx Myrtle. HEX triplet: 1E, 40 and 10. RGB value is (30,64,16). Sum of RGB (Red+Green+Blue) = 30+64+16=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4010 is #E1BFEF. Grayscale: #303030. Windows color (decimal): -14794736 or 1064990. OLE color: 1064990.

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

Color convert

RGB306416-
CMYK0.5300.750.75
HSL102.5º60%15.69%-
HSV(B)102.5º75%25.1%-
XYZ2.463.981.13-
YUV48.36109.74114.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=27.27%
G=58.18%
B=14.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3064160.5300.750.75102.56015.69
Hex1E40103504B4B663c10
Octal36100206501131131467420
Binary11110100000010000110101010010111001011110011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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