#0E4706

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

Shades of Myrtle #0E4706

Tints of Myrtle #0E4706

Color information

#0E4706 (or 0x0E4706) is unknown color: approx Myrtle. HEX triplet: 0E, 47 and 06. RGB value is (14,71,6). Sum of RGB (Red+Green+Blue) = 14+71+6=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4706 is #F1B8F9. Grayscale: #2E2E2E. Windows color (decimal): -15841530 or 411406. OLE color: 411406.

HSL color Cylindrical-coordinate representation of color #0E4706: hue angle of 112.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4706 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB14716-
CMYK0.8000.920.72
HSL112.62º84.42%15.1%-
HSV(B)112.62º91.55%27.84%-
XYZ2.474.610.93-
YUV46.55105.12104.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.38%
GREEN value IS 71 (28.12% from 255) = 78.02%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=15.38%
G=78.02%
B=6.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal147160.8000.920.72112.6284.4215.1
HexE4765005C487154f
Octal161076120013411016112417
Binary111010001111101010000010111001001000111000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,71,6); }

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

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

 a { background-color: rgb(14,71,6); }

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

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

 span { border-color: rgb(14,71,6); }

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