#1E3514

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

Shades of Myrtle #1E3514

Tints of Myrtle #1E3514

Color information

#1E3514 (or 0x1E3514) is unknown color: approx Myrtle. HEX triplet: 1E, 35 and 14. RGB value is (30,53,20). Sum of RGB (Red+Green+Blue) = 30+53+20=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #1E3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3514 is #E1CAEB. Grayscale: #2A2A2A. Windows color (decimal): -14797548 or 1324318. OLE color: 1324318.

HSL color Cylindrical-coordinate representation of color #1E3514: hue angle of 101.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E3514 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB305320-
CMYK0.4300.620.79
HSL101.82º45.21%14.31%-
HSV(B)101.82º62.26%20.78%-
XYZ1.932.871.11-
YUV42.36115.38119.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.13%
GREEN value IS 53 (21.09% from 255) = 51.46%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=29.13%
G=51.46%
B=19.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3053200.4300.620.79101.8245.2114.31
Hex1E35142B03E4F662de
Octal366524530761171465516
Binary11110110101101001010110111110100111111001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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