#1E3714

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

Shades of Myrtle #1E3714

Tints of Myrtle #1E3714

Color information

#1E3714 (or 0x1E3714) is unknown color: approx Myrtle. HEX triplet: 1E, 37 and 14. RGB value is (30,55,20). Sum of RGB (Red+Green+Blue) = 30+55+20=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3714 is #E1C8EB. Grayscale: #2B2B2B. Windows color (decimal): -14797036 or 1324830. OLE color: 1324830.

HSL color Cylindrical-coordinate representation of color #1E3714: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E3714 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB305520-
CMYK0.4500.640.78
HSL102.86º46.67%14.71%-
HSV(B)102.86º63.64%21.57%-
XYZ2.033.061.15-
YUV43.54114.72118.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.57%
GREEN value IS 55 (21.88% from 255) = 52.38%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=28.57%
G=52.38%
B=19.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055200.4500.640.78102.8646.6714.71
Hex1E37142D0404E672ff
Octal3667245501001161475717
Binary111101101111010010110101000000100111011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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