#1E410E

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

Shades of Myrtle #1E410E

Tints of Myrtle #1E410E

Color information

#1E410E (or 0x1E410E) is unknown color: approx Myrtle. HEX triplet: 1E, 41 and 0E. RGB value is (30,65,14). Sum of RGB (Red+Green+Blue) = 30+65+14=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #1E410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E410E is #E1BEF1. Grayscale: #303030. Windows color (decimal): -14794482 or 934174. OLE color: 934174.

HSL color Cylindrical-coordinate representation of color #1E410E: hue angle of 101.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E410E is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB306514-
CMYK0.5400.780.75
HSL101.18º64.56%15.49%-
HSV(B)101.18º78.46%25.49%-
XYZ2.54.091.07-
YUV48.72108.4114.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.52%
GREEN value IS 65 (25.78% from 255) = 59.63%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=27.52%
G=59.63%
B=12.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065140.5400.780.75101.1864.5615.49
Hex1E41E3604E4B6541f
Octal361011666011611314510117
Binary1111010000011110110110010011101001011110010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,14); }

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

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

 a { background-color: rgb(30,65,14); }

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

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

 span { border-color: rgb(30,65,14); }

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