#0E4E10

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

Shades of Myrtle #0E4E10

Tints of Myrtle #0E4E10

Color information

#0E4E10 (or 0x0E4E10) is unknown color: approx Myrtle. HEX triplet: 0E, 4E and 10. RGB value is (14,78,16). Sum of RGB (Red+Green+Blue) = 14+78+16=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 78 (30.86% from 255 or 72.22% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4E10 is #F1B1EF. Grayscale: #333333. Windows color (decimal): -15839728 or 1068558. OLE color: 1068558.

HSL color Cylindrical-coordinate representation of color #0E4E10: hue angle of 121.88º 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 #0E4E10 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB147816-
CMYK0.8200.790.69
HSL121.88º69.57%18.04%-
HSV(B)121.88º82.05%30.59%-
XYZ35.581.41-
YUV51.8107.8101.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.96%
GREEN value IS 78 (30.86% from 255) = 72.22%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=12.96%
G=72.22%
B=14.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1478160.8200.790.69121.8869.5718.04
HexE4E105204F457a4612
Octal1611620122011710517210622
Binary111010011101000010100100100111110001011111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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