#0E550C

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

Shades of Myrtle #0E550C

Tints of Myrtle #0E550C

Color information

#0E550C (or 0x0E550C) is unknown color: approx Myrtle. HEX triplet: 0E, 55 and 0C. RGB value is (14,85,12). Sum of RGB (Red+Green+Blue) = 14+85+12=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #0E550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E550C is #F1AAF3. Grayscale: #373737. Windows color (decimal): -15837940 or 808206. OLE color: 808206.

HSL color Cylindrical-coordinate representation of color #0E550C: hue angle of 118.36º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E550C is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB148512-
CMYK0.8400.860.67
HSL118.36º75.26%19.02%-
HSV(B)118.36º85.88%33.33%-
XYZ3.56.621.44-
YUV55.45103.4898.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 85 (33.59% from 255) = 76.58%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=12.61%
G=76.58%
B=10.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485120.8400.860.67118.3675.2619.02
HexE55C5405643764b13
Octal1612514124012610316611323
Binary11101010101110010101000101011010000111110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,85,12); }

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

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

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

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

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

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

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