#0E3512

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

Shades of Myrtle #0E3512

Tints of Myrtle #0E3512

Color information

#0E3512 (or 0x0E3512) is unknown color: approx Myrtle. HEX triplet: 0E, 35 and 12. RGB value is (14,53,18). Sum of RGB (Red+Green+Blue) = 14+53+18=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3512 is #F1CAED. Grayscale: #252525. Windows color (decimal): -15846126 or 1193230. OLE color: 1193230.

HSL color Cylindrical-coordinate representation of color #0E3512: hue angle of 126.15º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3512 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB145318-
CMYK0.7400.660.79
HSL126.15º58.21%13.14%-
HSV(B)126.15º73.58%20.78%-
XYZ1.562.681.01-
YUV37.35117.08111.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.47%
GREEN value IS 53 (21.09% from 255) = 62.35%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=16.47%
G=62.35%
B=21.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1453180.7400.660.79126.1558.2113.14
HexE35124A0424F7e3ad
Octal16652211201021171767215
Binary111011010110010100101001000010100111111111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,18); }

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

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

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

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

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

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

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