#0E5E11

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

Shades of Myrtle #0E5E11

Tints of Myrtle #0E5E11

Color information

#0E5E11 (or 0x0E5E11) is unknown color: approx Myrtle. HEX triplet: 0E, 5E and 11. RGB value is (14,94,17). Sum of RGB (Red+Green+Blue) = 14+94+17=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 94 (37.11% from 255 or 75.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 94 - color contains mainly: green. Hex color #0E5E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5E11 is #F1A1EE. Grayscale: #3D3D3D. Windows color (decimal): -15835631 or 1138190. OLE color: 1138190.

HSL color Cylindrical-coordinate representation of color #0E5E11: hue angle of 122.25º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5E11 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB149417-
CMYK0.8500.820.63
HSL122.25º74.07%21.18%-
HSV(B)122.25º85.11%36.86%-
XYZ4.288.141.88-
YUV61.310394.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 94 (37.11% from 255) = 75.2%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=11.2%
G=75.2%
B=13.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1494170.8500.820.63122.2574.0721.18
HexE5E11550523F7a4a15
Octal161362112501227717211225
Binary11101011110100011010101010100101111111111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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