#0E2009

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

Shades of Myrtle #0E2009

Tints of Myrtle #0E2009

Color information

#0E2009 (or 0x0E2009) is unknown color: approx Myrtle. HEX triplet: 0E, 20 and 09. RGB value is (14,32,9). Sum of RGB (Red+Green+Blue) = 14+32+9=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2009 is #F1DFF6. Grayscale: #181818. Windows color (decimal): -15851511 or 598030. OLE color: 598030.

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

Color convert

RGB14329-
CMYK0.5600.720.87
HSL106.96º56.1%8.04%-
HSV(B)106.96º71.88%12.55%-
XYZ0.751.150.44-
YUV24119.54120.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.45%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=25.45%
G=58.18%
B=16.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal143290.5600.720.87106.9656.18.04
HexE20938048576b388
Octal1640117001101271537010
Binary1110100000100111100001001000101011111010111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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