#0E3712

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

Shades of Myrtle #0E3712

Tints of Myrtle #0E3712

Color information

#0E3712 (or 0x0E3712) is unknown color: approx Myrtle. HEX triplet: 0E, 37 and 12. RGB value is (14,55,18). Sum of RGB (Red+Green+Blue) = 14+55+18=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3712 is #F1C8ED. Grayscale: #262626. Windows color (decimal): -15845614 or 1193742. OLE color: 1193742.

HSL color Cylindrical-coordinate representation of color #0E3712: hue angle of 125.85º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3712 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB145518-
CMYK0.7500.670.78
HSL125.85º59.42%13.53%-
HSV(B)125.85º74.55%21.57%-
XYZ1.662.871.04-
YUV38.52116.42110.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.09%
GREEN value IS 55 (21.88% from 255) = 63.22%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=16.09%
G=63.22%
B=20.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1455180.7500.670.78125.8559.4213.53
HexE37124B0434E7e3be
Octal16672211301031161767316
Binary111011011110010100101101000011100111011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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