#0E4F15

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

Shades of Myrtle #0E4F15

Tints of Myrtle #0E4F15

Color information

#0E4F15 (or 0x0E4F15) is unknown color: approx Myrtle. HEX triplet: 0E, 4F and 15. RGB value is (14,79,21). Sum of RGB (Red+Green+Blue) = 14+79+21=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E4F15 is #F1B0EA. Grayscale: #353535. Windows color (decimal): -15839467 or 1396494. OLE color: 1396494.

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

Color convert

RGB147921-
CMYK0.8200.730.69
HSL126.46º69.89%18.24%-
HSV(B)126.46º82.28%30.98%-
XYZ3.115.741.65-
YUV52.95109.97100.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.28%
GREEN value IS 79 (31.25% from 255) = 69.30%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=12.28%
G=69.30%
B=18.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1479210.8200.730.69126.4669.8918.24
HexE4F1552049457e4612
Octal1611725122011110517610622
Binary111010011111010110100100100100110001011111110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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