#0E2709

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

Shades of Myrtle #0E2709

Tints of Myrtle #0E2709

Color information

#0E2709 (or 0x0E2709) is unknown color: approx Myrtle. HEX triplet: 0E, 27 and 09. RGB value is (14,39,9). Sum of RGB (Red+Green+Blue) = 14+39+9=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2709 is #F1D8F6. Grayscale: #1C1C1C. Windows color (decimal): -15849719 or 599822. OLE color: 599822.

HSL color Cylindrical-coordinate representation of color #0E2709: hue angle of 110º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E2709 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB14399-
CMYK0.6400.770.85
HSL110º62.5%9.41%-
HSV(B)110º76.92%15.29%-
XYZ0.961.560.51-
YUV28.1117.22117.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.58%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=22.58%
G=62.90%
B=14.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal143990.6400.770.8511062.59.41
HexE2794004D556e3e9
Octal16471110001151251567611
Binary11101001111001100000001001101101010111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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