#0E230C

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

Shades of Myrtle #0E230C

Tints of Myrtle #0E230C

Color information

#0E230C (or 0x0E230C) is unknown color: approx Myrtle. HEX triplet: 0E, 23 and 0C. RGB value is (14,35,12). Sum of RGB (Red+Green+Blue) = 14+35+12=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #0E230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E230C is #F1DCF3. Grayscale: #1A1A1A. Windows color (decimal): -15850740 or 795406. OLE color: 795406.

HSL color Cylindrical-coordinate representation of color #0E230C: hue angle of 114.78º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E230C is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB143512-
CMYK0.6000.660.86
HSL114.78º48.94%9.22%-
HSV(B)114.78º65.71%13.73%-
XYZ0.851.320.56-
YUV26.1120.04119.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 35 (14.06% from 255) = 57.38%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=22.95%
G=57.38%
B=19.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1435120.6000.660.86114.7848.949.22
HexE23C3C0425673319
Octal1643147401021261636111
Binary1110100011110011110001000010101011011100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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