#0E1A0C

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

Shades of Myrtle #0E1A0C

Tints of Myrtle #0E1A0C

Color information

#0E1A0C (or 0x0E1A0C) is unknown color: approx Myrtle. HEX triplet: 0E, 1A and 0C. RGB value is (14,26,12). Sum of RGB (Red+Green+Blue) = 14+26+12=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 26 (10.55% from 255 or 50% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A0C is #F1E5F3. Grayscale: #141414. Windows color (decimal): -15853044 or 793102. OLE color: 793102.

HSL color Cylindrical-coordinate representation of color #0E1A0C: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0E1A0C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB142612-
CMYK0.4600.540.90
HSL111.43º36.84%7.45%-
HSV(B)111.43º53.85%10.2%-
XYZ0.620.860.48-
YUV20.82123.02123.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 26 (10.55% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=26.92%
G=50%
B=23.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1426120.4600.540.90111.4336.847.45
HexE1AC2E0365A6f257
Octal16321456066132157457
Binary1110110101100101110011011010110101101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,26,12); }

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

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

 a { background-color: rgb(14,26,12); }

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

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

 span { border-color: rgb(14,26,12); }

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