#0E1D0C

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

Shades of Myrtle #0E1D0C

Tints of Myrtle #0E1D0C

Color information

#0E1D0C (or 0x0E1D0C) is unknown color: approx Myrtle. HEX triplet: 0E, 1D and 0C. RGB value is (14,29,12). Sum of RGB (Red+Green+Blue) = 14+29+12=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D0C is #F1E2F3. Grayscale: #161616. Windows color (decimal): -15852276 or 793870. OLE color: 793870.

HSL color Cylindrical-coordinate representation of color #0E1D0C: hue angle of 112.94º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0E1D0C is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB142912-
CMYK0.5200.590.89
HSL112.94º41.46%8.04%-
HSV(B)112.94º58.62%11.37%-
XYZ0.6910.5-
YUV22.58122.03121.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.45%
GREEN value IS 29 (11.72% from 255) = 52.73%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=25.45%
G=52.73%
B=21.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1429120.5200.590.89112.9441.468.04
HexE1DC3403B5971298
Octal163514640731311615110
Binary11101110111001101000111011101100111100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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