#0E340D

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

Shades of Myrtle #0E340D

Tints of Myrtle #0E340D

Color information

#0E340D (or 0x0E340D) is unknown color: approx Myrtle. HEX triplet: 0E, 34 and 0D. RGB value is (14,52,13). Sum of RGB (Red+Green+Blue) = 14+52+13=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #0E340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E340D is #F1CBF2. Grayscale: #242424. Windows color (decimal): -15846387 or 865294. OLE color: 865294.

HSL color Cylindrical-coordinate representation of color #0E340D: hue angle of 118.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E340D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB145213-
CMYK0.7300.750.80
HSL118.46º60%12.75%-
HSV(B)118.46º75%20.39%-
XYZ1.482.580.8-
YUV36.19114.91112.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.72%
GREEN value IS 52 (20.70% from 255) = 65.82%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=17.72%
G=65.82%
B=16.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1452130.7300.750.80118.466012.75
HexE34D4904B50763cd
Octal16641511101131201667415
Binary11101101001101100100101001011101000011101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,52,13); }

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

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

 a { background-color: rgb(14,52,13); }

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

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

 span { border-color: rgb(14,52,13); }

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