#0E3E14

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

Shades of Myrtle #0E3E14

Tints of Myrtle #0E3E14

Color information

#0E3E14 (or 0x0E3E14) is unknown color: approx Myrtle. HEX triplet: 0E, 3E and 14. RGB value is (14,62,20). Sum of RGB (Red+Green+Blue) = 14+62+20=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3E14 is #F1C1EB. Grayscale: #2A2A2A. Windows color (decimal): -15843820 or 1326606. OLE color: 1326606.

HSL color Cylindrical-coordinate representation of color #0E3E14: hue angle of 127.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3E14 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB146220-
CMYK0.7700.680.76
HSL127.5º63.16%14.9%-
HSV(B)127.5º77.42%24.31%-
XYZ2.033.591.25-
YUV42.86115.1107.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.58%
GREEN value IS 62 (24.61% from 255) = 64.58%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=14.58%
G=64.58%
B=20.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1462200.7700.680.76127.563.1614.9
HexE3E144D0444C803ff
Octal16762411501041142007717
Binary1110111110101001001101010001001001100100000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,62,20); }

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

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

 a { background-color: rgb(14,62,20); }

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

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

 span { border-color: rgb(14,62,20); }

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