#0E4F11

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

Shades of Myrtle #0E4F11

Tints of Myrtle #0E4F11

Color information

#0E4F11 (or 0x0E4F11) is unknown color: approx Myrtle. HEX triplet: 0E, 4F and 11. RGB value is (14,79,17). Sum of RGB (Red+Green+Blue) = 14+79+17=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 79 (31.25% from 255 or 71.82% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4F11 is #F1B0EE. Grayscale: #343434. Windows color (decimal): -15839471 or 1134350. OLE color: 1134350.

HSL color Cylindrical-coordinate representation of color #0E4F11: hue angle of 122.77º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4F11 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB147917-
CMYK0.8200.780.69
HSL122.77º69.89%18.24%-
HSV(B)122.77º82.28%30.98%-
XYZ3.085.731.47-
YUV52.5107.97100.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.73%
GREEN value IS 79 (31.25% from 255) = 71.82%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=12.73%
G=71.82%
B=15.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1479170.8200.780.69122.7769.8918.24
HexE4F115204E457b4612
Octal1611721122011610517310622
Binary111010011111000110100100100111010001011111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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