#0E220A

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

Shades of Myrtle #0E220A

Tints of Myrtle #0E220A

Color information

#0E220A (or 0x0E220A) is unknown color: approx Myrtle. HEX triplet: 0E, 22 and 0A. RGB value is (14,34,10). Sum of RGB (Red+Green+Blue) = 14+34+10=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #0E220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E220A is #F1DDF5. Grayscale: #191919. Windows color (decimal): -15850998 or 664078. OLE color: 664078.

HSL color Cylindrical-coordinate representation of color #0E220A: hue angle of 110º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E220A is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB143410-
CMYK0.5900.710.87
HSL110º54.55%8.63%-
HSV(B)110º70.59%13.33%-
XYZ0.811.260.49-
YUV25.28119.37119.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 34 (13.67% from 255) = 58.62%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=24.14%
G=58.62%
B=17.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1434100.5900.710.8711054.558.63
HexE22A3B047576e379
Octal1642127301071271566711
Binary1110100010101011101101000111101011111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,34,10); }

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

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

 a { background-color: rgb(14,34,10); }

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

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

 span { border-color: rgb(14,34,10); }

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