#0E200C

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

Shades of Myrtle #0E200C

Tints of Myrtle #0E200C

Color information

#0E200C (or 0x0E200C) is unknown color: approx Myrtle. HEX triplet: 0E, 20 and 0C. RGB value is (14,32,12). Sum of RGB (Red+Green+Blue) = 14+32+12=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #0E200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E200C is #F1DFF3. Grayscale: #181818. Windows color (decimal): -15851508 or 794638. OLE color: 794638.

HSL color Cylindrical-coordinate representation of color #0E200C: hue angle of 114º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E200C is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB143212-
CMYK0.5600.630.87
HSL114º45.45%8.63%-
HSV(B)114º62.5%12.55%-
XYZ0.761.150.53-
YUV24.34121.04120.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=24.14%
G=55.17%
B=20.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1432120.5600.630.8711445.458.63
HexE20C3803F57722d9
Octal164014700771271625511
Binary111010000011001110000111111101011111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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