#0E310F

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

Shades of Myrtle #0E310F

Tints of Myrtle #0E310F

Color information

#0E310F (or 0x0E310F) is unknown color: approx Myrtle. HEX triplet: 0E, 31 and 0F. RGB value is (14,49,15). Sum of RGB (Red+Green+Blue) = 14+49+15=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #0E310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E310F is #F1CEF0. Grayscale: #222222. Windows color (decimal): -15847153 or 995598. OLE color: 995598.

HSL color Cylindrical-coordinate representation of color #0E310F: hue angle of 121.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E310F is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB144915-
CMYK0.7100.690.81
HSL121.71º55.56%12.35%-
HSV(B)121.71º71.43%19.22%-
XYZ1.372.320.83-
YUV34.66116.9113.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.95%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=17.95%
G=62.82%
B=19.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1449150.7100.690.81121.7155.5612.35
HexE31F47045517a38c
Octal16611710701051211727014
Binary11101100011111100011101000101101000111110101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,49,15); }

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

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

 a { background-color: rgb(14,49,15); }

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

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

 span { border-color: rgb(14,49,15); }

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