#0E4004

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

Shades of Myrtle #0E4004

Tints of Myrtle #0E4004

Color information

#0E4004 (or 0x0E4004) is unknown color: approx Myrtle. HEX triplet: 0E, 40 and 04. RGB value is (14,64,4). Sum of RGB (Red+Green+Blue) = 14+64+4=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #0E4004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4004 is #F1BFFB. Grayscale: #2A2A2A. Windows color (decimal): -15843324 or 278542. OLE color: 278542.

HSL color Cylindrical-coordinate representation of color #0E4004: hue angle of 110º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4004 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB14644-
CMYK0.7800.940.75
HSL110º88.24%13.33%-
HSV(B)110º93.75%25.1%-
XYZ2.043.770.74-
YUV42.21106.44107.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.07%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=17.07%
G=78.05%
B=4.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal146440.7800.940.7511088.2413.33
HexE4044E05E4B6e58d
Octal161004116013611315613015
Binary111010000001001001110010111101001011110111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E4004; }

 p { color: rgb(14,64,4); }

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

<style>
 a { background-color: #0E4004; }

 a { background-color: rgb(14,64,4); }

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

<style>
 span { border-color: #0E4004; }

 span { border-color: rgb(14,64,4); }

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