#1E660E

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

Shades of Myrtle #1E660E

Tints of Myrtle #1E660E

Color information

#1E660E (or 0x1E660E) is unknown color: approx Myrtle. HEX triplet: 1E, 66 and 0E. RGB value is (30,102,14). Sum of RGB (Red+Green+Blue) = 30+102+14=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #1E660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E660E is #E199F1. Grayscale: #464646. Windows color (decimal): -14785010 or 943646. OLE color: 943646.

HSL color Cylindrical-coordinate representation of color #1E660E: hue angle of 109.09º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E660E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB3010214-
CMYK0.7100.860.6
HSL109.09º75.86%22.75%-
HSV(B)109.09º86.27%40%-
XYZ5.379.812.03-
YUV70.4496.1599.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.55%
GREEN value IS 102 (40.23% from 255) = 69.86%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=20.55%
G=69.86%
B=9.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal30102140.7100.860.6109.0975.8622.75
Hex1E66E470563C6d4c17
Octal361461610701267415511427
Binary11110110011011101000111010101101111001101101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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