#1E3814

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

Shades of Myrtle #1E3814

Tints of Myrtle #1E3814

Color information

#1E3814 (or 0x1E3814) is unknown color: approx Myrtle. HEX triplet: 1E, 38 and 14. RGB value is (30,56,20). Sum of RGB (Red+Green+Blue) = 30+56+20=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3814 is #E1C7EB. Grayscale: #2C2C2C. Windows color (decimal): -14796780 or 1325086. OLE color: 1325086.

HSL color Cylindrical-coordinate representation of color #1E3814: hue angle of 103.33º 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 #1E3814 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB305620-
CMYK0.4600.640.78
HSL103.33º47.37%14.9%-
HSV(B)103.33º64.29%21.96%-
XYZ2.083.151.16-
YUV44.12114.39117.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.30%
GREEN value IS 56 (22.27% from 255) = 52.83%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=28.30%
G=52.83%
B=18.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3056200.4600.640.78103.3347.3714.9
Hex1E38142E0404E672ff
Octal3670245601001161475717
Binary111101110001010010111001000000100111011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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