#0E5516

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

Shades of Myrtle #0E5516

Tints of Myrtle #0E5516

Color information

#0E5516 (or 0x0E5516) is unknown color: approx Myrtle. HEX triplet: 0E, 55 and 16. RGB value is (14,85,22). Sum of RGB (Red+Green+Blue) = 14+85+22=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5516 is #F1AAE9. Grayscale: #383838. Windows color (decimal): -15837930 or 1463566. OLE color: 1463566.

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

Color convert

RGB148522-
CMYK0.8400.740.67
HSL126.76º71.72%19.41%-
HSV(B)126.76º83.53%33.33%-
XYZ3.576.651.85-
YUV56.59108.4897.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=11.57%
G=70.25%
B=18.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485220.8400.740.67126.7671.7219.41
HexE55165404A437f4813
Octal1612526124011210317711023
Binary111010101011011010101000100101010000111111111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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