#1E3418

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

Shades of Myrtle #1E3418

Tints of Myrtle #1E3418

Color information

#1E3418 (or 0x1E3418) is unknown color: approx Myrtle. HEX triplet: 1E, 34 and 18. RGB value is (30,52,24). Sum of RGB (Red+Green+Blue) = 30+52+24=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3418 is #E1CBE7. Grayscale: #2A2A2A. Windows color (decimal): -14797800 or 1586206. OLE color: 1586206.

HSL color Cylindrical-coordinate representation of color #1E3418: hue angle of 107.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E3418 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB305224-
CMYK0.4200.540.80
HSL107.14º36.84%14.9%-
HSV(B)107.14º53.85%20.39%-
XYZ1.932.81.3-
YUV42.23117.71119.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.30%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=28.30%
G=49.06%
B=22.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052240.4200.540.80107.1436.8414.9
Hex1E34182A036506b25f
Octal366430520661201534517
Binary11110110100110001010100110110101000011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,24); }

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

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

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

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

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

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

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