#0E5510

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

Shades of Myrtle #0E5510

Tints of Myrtle #0E5510

Color information

#0E5510 (or 0x0E5510) is unknown color: approx Myrtle. HEX triplet: 0E, 55 and 10. RGB value is (14,85,16). Sum of RGB (Red+Green+Blue) = 14+85+16=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5510 is #F1AAEF. Grayscale: #383838. Windows color (decimal): -15837936 or 1070350. OLE color: 1070350.

HSL color Cylindrical-coordinate representation of color #0E5510: hue angle of 121.69º 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 #0E5510 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB148516-
CMYK0.8400.810.67
HSL121.69º71.72%19.41%-
HSV(B)121.69º83.53%33.33%-
XYZ3.526.631.58-
YUV55.9105.4898.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.17%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=12.17%
G=73.91%
B=13.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485160.8400.810.67121.6971.7219.41
HexE551054051437a4813
Octal1612520124012110317211023
Binary111010101011000010101000101000110000111111010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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