#0E5911

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

Shades of Myrtle #0E5911

Tints of Myrtle #0E5911

Color information

#0E5911 (or 0x0E5911) is unknown color: approx Myrtle. HEX triplet: 0E, 59 and 11. RGB value is (14,89,17). Sum of RGB (Red+Green+Blue) = 14+89+17=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5911 is #F1A6EE. Grayscale: #3A3A3A. Windows color (decimal): -15836911 or 1136910. OLE color: 1136910.

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

Color convert

RGB148917-
CMYK0.8400.810.65
HSL122.4º72.82%20.2%-
HSV(B)122.4º84.27%34.9%-
XYZ3.857.281.73-
YUV58.37104.6596.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 89 (35.16% from 255) = 74.17%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=11.67%
G=74.17%
B=14.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1489170.8400.810.65122.472.8220.2
HexE591154051417a4914
Octal1613121124012110117211124
Binary111010110011000110101000101000110000011111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,89,17); }

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

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

 a { background-color: rgb(14,89,17); }

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

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

 span { border-color: rgb(14,89,17); }

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