#0E240E

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

Shades of Myrtle #0E240E

Tints of Myrtle #0E240E

Color information

#0E240E (or 0x0E240E) is unknown color: approx Myrtle. HEX triplet: 0E, 24 and 0E. RGB value is (14,36,14). Sum of RGB (Red+Green+Blue) = 14+36+14=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #0E240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E240E is #F1DBF1. Grayscale: #1A1A1A. Windows color (decimal): -15850482 or 926734. OLE color: 926734.

HSL color Cylindrical-coordinate representation of color #0E240E: hue angle of 120º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E240E is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB143614-
CMYK0.6100.610.86
HSL120º44%9.8%-
HSV(B)120º61.11%14.12%-
XYZ0.891.390.64-
YUV26.91120.71118.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.88%
GREEN value IS 36 (14.45% from 255) = 56.25%
BLUE value IS 14 (5.86% from 255) = 21.88%
R=21.88%
G=56.25%
B=21.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1436140.6100.610.86120449.8
HexE24E3D03D56782ca
Octal164416750751261705412
Binary111010010011101111010111101101011011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,14); }

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

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

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

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

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

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

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