#0E340B

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

Shades of Myrtle #0E340B

Tints of Myrtle #0E340B

Color information

#0E340B (or 0x0E340B) is unknown color: approx Myrtle. HEX triplet: 0E, 34 and 0B. RGB value is (14,52,11). Sum of RGB (Red+Green+Blue) = 14+52+11=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #0E340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E340B is #F1CBF4. Grayscale: #242424. Windows color (decimal): -15846389 or 734222. OLE color: 734222.

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

Color convert

RGB145211-
CMYK0.7300.790.80
HSL115.61º65.08%12.35%-
HSV(B)115.61º78.85%20.39%-
XYZ1.472.570.74-
YUV35.96113.91112.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.18%
GREEN value IS 52 (20.70% from 255) = 67.53%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=18.18%
G=67.53%
B=14.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1452110.7300.790.80115.6165.0812.35
HexE34B4904F507441c
Octal166413111011712016410114
Binary111011010010111001001010011111010000111010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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