#1E650C

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

Shades of Myrtle #1E650C

Tints of Myrtle #1E650C

Color information

#1E650C (or 0x1E650C) is unknown color: approx Myrtle. HEX triplet: 1E, 65 and 0C. RGB value is (30,101,12). Sum of RGB (Red+Green+Blue) = 30+101+12=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #1E650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E650C is #E19AF3. Grayscale: #454545. Windows color (decimal): -14785268 or 812318. OLE color: 812318.

HSL color Cylindrical-coordinate representation of color #1E650C: hue angle of 107.87º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E650C is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB3010112-
CMYK0.7000.880.60
HSL107.87º78.76%22.16%-
HSV(B)107.87º88.12%39.61%-
XYZ5.269.611.93-
YUV69.6295.4899.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 101 (39.84% from 255) = 70.63%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=20.98%
G=70.63%
B=8.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30101120.7000.880.60107.8778.7622.16
Hex1E65C460583C6c4f16
Octal361451410601307415411726
Binary11110110010111001000110010110001111001101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,101,12); }

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

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

 a { background-color: rgb(30,101,12); }

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

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

 span { border-color: rgb(30,101,12); }

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