#0E580C

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

Shades of Myrtle #0E580C

Tints of Myrtle #0E580C

Color information

#0E580C (or 0x0E580C) is unknown color: approx Myrtle. HEX triplet: 0E, 58 and 0C. RGB value is (14,88,12). Sum of RGB (Red+Green+Blue) = 14+88+12=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #0E580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E580C is #F1A7F3. Grayscale: #393939. Windows color (decimal): -15837172 or 808974. OLE color: 808974.

HSL color Cylindrical-coordinate representation of color #0E580C: hue angle of 118.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E580C is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB148812-
CMYK0.8400.860.65
HSL118.42º76%19.61%-
HSV(B)118.42º86.36%34.51%-
XYZ3.747.11.52-
YUV57.21102.4897.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.28%
GREEN value IS 88 (34.77% from 255) = 77.19%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=12.28%
G=77.19%
B=10.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1488120.8400.860.65118.427619.61
HexE58C5405641764c14
Octal1613014124012610116611424
Binary11101011000110010101000101011010000011110110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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